We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3343623 commit 6328d77Copy full SHA for 6328d77
.github/workflows/ci.yml
@@ -28,13 +28,10 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
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
-
36
- name: Lint workflow files
37
- run: actionlint -color
+ uses: rhysd/actionlint@v1.7.7
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
38
39
# Validate workflow structure with act (dry-run)
40
workflow-validate:
0 commit comments