Skip to content

Commit 06484c1

Browse files
authored
Meta: improve actionlint usage
Until https://togithub.com/rhysd/actionlint/pull/479 is merged, if ever
1 parent 4c3424c commit 06484c1

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
persist-credentials: false # Disable git write access
16-
- name: Download actionlint
17-
id: get_actionlint
18-
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
19-
shell: bash
20-
- name: Check workflow files
21-
run: ${{ steps.get_actionlint.outputs.executable }} -color
22-
shell: bash
16+
- uses: docker://rhysd/actionlint:latest
17+
with:
18+
args: -color

0 commit comments

Comments
 (0)