We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b78081 commit e1643afCopy full SHA for e1643af
.github/workflows/actionlint.yaml
@@ -24,10 +24,6 @@ jobs:
24
with:
25
persist-credentials: false # Because installing actionlint runs arbitrary code, we discard the GITHUB_TOKEN after this step
26
# Taken from https://github.com/rhysd/actionlint/blob/v1.7.7/docs/usage.md#use-actionlint-on-github-actions
27
- - name: Download actionlint
28
- id: get_actionlint
29
- run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
30
- shell: bash
31
- name: Check workflow files
32
- run: ${{ steps.get_actionlint.outputs.executable }}
33
+ run: nix-shell -p actionlint --run actionlint
+
0 commit comments