We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83ba4b commit 3031f85Copy full SHA for 3031f85
.github/workflows/build.yaml
@@ -147,7 +147,7 @@ jobs:
147
uses: actions/checkout@v4
148
- name: Check workflow files
149
run: |
150
- bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/7fdc9630cc360ea1a469eed64ac6d78caeda1234/scripts/download-actionlint.bash)
+ bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.1
151
./actionlint -color -shellcheck= -ignore "set-output"
152
shell: bash
153
0 commit comments