We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f247fda commit b613ba0Copy full SHA for b613ba0
.github/workflows/ci.yaml
@@ -193,7 +193,7 @@ jobs:
193
194
- name: Check workflow files
195
run: |
196
- 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.6.22
197
./actionlint -color -shellcheck= -ignore "set-output"
198
shell: bash
199
0 commit comments