Skip to content

Commit 1aa2070

Browse files
committed
ci: run golangci-lint
1 parent 14849a8 commit 1aa2070

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ jobs:
5959
LD_LIBRARY_PATH: ${{ github.workspace }}/fswatch/target/lib
6060
DYLD_LIBRARY_PATH: ${{ github.workspace }}/fswatch/target/lib
6161
run: go test -race
62+
-
63+
name: Lint
64+
if: matrix.go-version == 'stable' && matrix.os == 'ubuntu-latest'
65+
uses: golangci/golangci-lint-action@v6

0 commit comments

Comments
 (0)