We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57b491 commit e86a922Copy full SHA for e86a922
.github/workflows/audit.yml
@@ -37,7 +37,7 @@ jobs:
37
persist-credentials: false
38
- run: curl -Ls "https://github.com/rhysd/actionlint/releases/download/v${{ env.version }}/actionlint_${{ env.version }}_linux_amd64.tar.gz" | sudo tar -x -z -C /usr/local/bin actionlint
39
env:
40
- version: "1.7.8"
+ version: "1.7.10"
41
- run: |
42
echo "::add-matcher::.github/matcher-actionlint.json"
43
actionlint -color
0 commit comments