Skip to content

Commit

Permalink
ci: enable commit linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aranyia committed Jul 9, 2024
1 parent fe1579a commit 3f3a11c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
with:
cache: false
go-version-file: go.mod
# - name: Commit linting
# if: github.ref != 'refs/heads/master'
# uses: wagoid/commitlint-github-action@v5
- name: Commit linting
if: github.ref != 'refs/heads/master'
uses: wagoid/commitlint-github-action@v5
- name: GolangCI-Lint
uses: golangci/golangci-lint-action@v4
with:
Expand Down

0 comments on commit 3f3a11c

Please sign in to comment.