Skip to content

Commit e4553a3

Browse files
authored
ci: run golangci-lint on pull requests (#24)
1 parent 857a9ec commit e4553a3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414

15-
- name: Lint commit message
15+
- name: Run commitlint
1616
uses: wagoid/commitlint-github-action@v4
1717

18+
- name: Run golangci-lint
19+
uses: golangci/golangci-lint-action@v2
20+
with:
21+
version: v1.42.0
22+
1823
docker:
1924
name: Docker
2025
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)