Skip to content

Commit

Permalink
ci: run golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 20, 2024
1 parent 14849a8 commit 1aa2070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ jobs:
LD_LIBRARY_PATH: ${{ github.workspace }}/fswatch/target/lib
DYLD_LIBRARY_PATH: ${{ github.workspace }}/fswatch/target/lib
run: go test -race
-
name: Lint
if: matrix.go-version == 'stable' && matrix.os == 'ubuntu-latest'
uses: golangci/golangci-lint-action@v6

0 comments on commit 1aa2070

Please sign in to comment.