Skip to content

Commit 588be05

Browse files
authored
Add golangci-lint GitHub Action workflow
1 parent d4345e0 commit 588be05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)