Skip to content

Commit

Permalink
Add build step to megalinter to catch certain errors that it misreports
Browse files Browse the repository at this point in the history
  • Loading branch information
iggy committed Mar 29, 2024
1 parent 6900cc6 commit c369a91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
- uses: actions/setup-go@v5
# this catches some errors that cause megalinter to fail with a rather unuseful error
- run: go build ./...

- name: Mega Linter
id: ml
Expand Down

0 comments on commit c369a91

Please sign in to comment.