Skip to content

Commit

Permalink
chore: Add actionlint linter
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 19, 2023
1 parent 5e95ff1 commit ccce66b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
tags:
- v*
env:
ACTIONLINT_VERSION: 1.6.25
AGE_VERSION: 1.1.1
GO_VERSION: 1.20.5
GOFUMPT_VERSION: 0.4.0
Expand Down Expand Up @@ -341,6 +342,10 @@ jobs:
run: |
go generate
git diff --exit-code
- name: actionlint
run: |
go install "github.com/rhysd/actionlint/cmd/actionlint@v${ACTIONLINT_VERSION}"
actionlint
- uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
with:
ignore_paths: completions
Expand Down

0 comments on commit ccce66b

Please sign in to comment.