Skip to content

Commit

Permalink
Add ignore flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nikzor committed May 27, 2024
1 parent a26770c commit f5f50fe
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ jobs:
- uses: actions/checkout@v4
- name: Download actionlint
id: get_actionlint
run: |
curl -sSfL https://github.com/rhysd/actionlint/releases/latest/download/actionlint_linux_amd64.zip -o actionlint.zip
unzip actionlint.zip
sudo mv actionlint /usr/local/bin
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: actionlint
shell: bash


run: ${{ steps.get_actionlint.outputs.executable }} -color -ignore 'actions-rs/toolchain@v1'
shell: bash

0 comments on commit f5f50fe

Please sign in to comment.