Updated path

This commit is contained in:
Lars Scheibling
2024-01-12 09:20:18 +00:00
parent fabe599f29
commit c1a0f72fa1
19 changed files with 21 additions and 30 deletions

View File

@@ -0,0 +1,22 @@
on: [push, pull_request]
name: Lint
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: Install PAM
run: sudo apt install -y libpam-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54