Skip to content

Commit ffc21eb

Browse files
fix workflow lint
1 parent 7e24520 commit ffc21eb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/_workflow_lint.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- 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
1519
- name: Run actionlint
16-
uses: docker://rhysd/actionlint:latest
17-
with:
18-
args: -color
20+
run: ${{ steps.get_actionlint.outputs.executable }} -color
21+
shell: bash

0 commit comments

Comments
 (0)