Skip to content

Commit

Permalink
GitHub Actions: enable staticcheck
Browse files Browse the repository at this point in the history
fixes #10
  • Loading branch information
stapelberg committed Feb 23, 2025
1 parent 5e9d3cc commit 1f61186
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
run: |
[ "$(gofmt -l $(find . -name '*.go') 2>&1)" = "" ]
- name: golangci-lint
if: matrix.os == 'ubuntu-latest'
uses: golangci/golangci-lint-action@v6

- name: install rsync
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 1f61186

Please sign in to comment.