Skip to content

Commit 14022af

Browse files
chris-rockclaude
andcommitted
fix: use valid actionlint GitHub Action
The rhysd/actionlint-action repository does not exist. Switch to raven-actions/actionlint which is a well-maintained action for running actionlint. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c647b5f commit 14022af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
- name: Run actionlint
38-
uses: rhysd/actionlint-action@c55247aadf58c97abd9eb0e08dfd0f20f6edff38 # v1.1.1
38+
uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2.1.1
3939
with:
40-
flags: -shellcheck=
40+
shellcheck: false
4141

4242
license-check:
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)