We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4345e0 commit 588be05Copy full SHA for 588be05
.github/workflows/golangci-lint.yaml
@@ -0,0 +1,5 @@
1
+- name: golangci-lint
2
+ uses: golangci/golangci-lint-action@v3
3
+ with:
4
+ version: latest
5
+ args: --new-from-rev=HEAD~1 # Only check changes from the last commit
0 commit comments