Skip to content

Commit

Permalink
chore: change golangci-lint config
Browse files Browse the repository at this point in the history
The github-actions format is deprecated
  • Loading branch information
stuartwdouglas committed Aug 19, 2024
1 parent 70f69f6 commit e8fcc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Build Cache
uses: ./.github/actions/build-cache
- name: golangci-lint
run: golangci-lint run --new-from-rev="$(git merge-base origin/main HEAD)" --out-format github-actions ./...
run: golangci-lint run --new-from-rev="$(git merge-base origin/main HEAD)" --out-format colored-line-number ./...
- name: lint-commit-or-rollback
run: lint-commit-or-rollback ./backend/... 2>&1 | to-annotation
- name: go-check-sumtype
Expand Down

0 comments on commit e8fcc65

Please sign in to comment.