Skip to content

Commit

Permalink
ci: run actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 12, 2024
1 parent 3018b50 commit be01576
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/lint-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,17 @@ jobs:
- name: Run ghalint
run: |
ghalint run
actionlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install actionlint
run: |
wget "https://github.com/rhysd/actionlint/releases/download/v${ACTIONLINT_VER}/actionlint_${ACTIONLINT_VER}_linux_amd64.tar.gz"
tar -xvf actionlint_${ACTIONLINT_VER}_linux_amd64.tar.gz
sudo mv actionlint /usr/local/bin/
env:
ACTIONLINT_VER: 1.7.1
- name: Run actionlint
run: |
actionlint

0 comments on commit be01576

Please sign in to comment.