Skip to content

Commit 6328d77

Browse files
committed
chore: fix ci workflow
1 parent 3343623 commit 6328d77

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31-
- name: Install actionlint
32-
run: |
33-
bash <(curl -s https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-bash.sh)
34-
sudo mv actionlint /usr/local/bin/
35-
3631
- name: Lint workflow files
37-
run: actionlint -color
32+
uses: rhysd/actionlint@v1.7.7
33+
with:
34+
github_token: ${{ secrets.GITHUB_TOKEN }}
3835

3936
# Validate workflow structure with act (dry-run)
4037
workflow-validate:

0 commit comments

Comments
 (0)