We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e24520 commit ffc21ebCopy full SHA for ffc21eb
1 file changed
.github/workflows/_workflow_lint.yml
@@ -12,7 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
+ - name: Download actionlint
16
+ id: get_actionlint
17
+ run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
18
+ shell: bash
19
- name: Run actionlint
- uses: docker://rhysd/actionlint:latest
- with:
- args: -color
20
+ run: ${{ steps.get_actionlint.outputs.executable }} -color
21
0 commit comments