Archived
1
0

ci: updates actionlint to 1.7.1 version (#6887)

This commit is contained in:
Muhammad Atif Ali 2024-07-10 21:39:03 +03:00 committed by GitHub
parent d83ba4b46f
commit 3031f8599c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,7 +147,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Check workflow files - name: Check workflow files
run: | run: |
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
./actionlint -color -shellcheck= -ignore "set-output" ./actionlint -color -shellcheck= -ignore "set-output"
shell: bash shell: bash