Skip to content

Commit

Permalink
Merge pull request #1839 from OffchainLabs/enable-custom-linter-ci
Browse files Browse the repository at this point in the history
Enable custom linters (koanf/pointercheck) in CI
  • Loading branch information
anodar authored Sep 15, 2023
2 parents 60fdd40 + c08e377 commit 5f8d8aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ jobs:
version: latest
skip-go-installation: true
skip-pkg-cache: true
- name: Custom Lint
run: |
go run ./linter/koanf ./...
go run ./linter/pointercheck ./...
- name: Set environment variables
run: |
Expand Down

0 comments on commit 5f8d8aa

Please sign in to comment.