Skip to content

Commit 71308bc

Browse files
committed
migrate to github actions
1 parent 2b31199 commit 71308bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/github-actions-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ jobs:
1111

1212
- run: make setup
1313
- run: make install
14-
- run: make lint
14+
15+
- name: golangci-lint
16+
uses: golangci/golangci-lint-action@v6
17+
with:
18+
version: v1.64.5
19+
1520
- run: make test
1621
- run: make enforce
1722
- run: make coveralls

0 commit comments

Comments
 (0)