Skip to content

Commit a9c8b71

Browse files
committed
github-ci: add job with golang-lint
Part of #142
1 parent 77f2d70 commit a9c8b71

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/check.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@ jobs:
3434

3535
- name: Run luacheck
3636
run: ./.rocks/bin/luacheck .
37+
38+
golangci-lint:
39+
runs-on: ubuntu-latest
40+
steps:
41+
- uses: actions/setup-go@v2
42+
43+
- uses: actions/checkout@v2
44+
45+
- name: golangci-lint
46+
uses: golangci/golangci-lint-action@v2
47+
with:
48+
args: --issues-exit-code=0 -E gofmt

0 commit comments

Comments
 (0)