Skip to content

Commit 9991afc

Browse files
committed
fix: use supported actionlint workflow action
Switch the CI workflow to the maintained actionlint wrapper so workflow linting resolves on GitHub and the new lint gate can actually run. Made-with: Cursor
1 parent fe43e33 commit 9991afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Lint GitHub Actions
18-
uses: rhysd/actionlint@v1
18+
uses: raven-actions/actionlint@v2
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: '20'

0 commit comments

Comments
 (0)