Skip to content

Commit eb04368

Browse files
committed
actionlint
1 parent 84a99c7 commit eb04368

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,4 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v6
19-
- name: Download actionlint
20-
id: get_actionlint
21-
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
22-
shell: bash
23-
- name: Check workflow files
24-
run: ${{ steps.get_actionlint.outputs.executable }} -color
25-
shell: bash
19+
- uses: reviewdog/action-actionlint@v1.72.0

0 commit comments

Comments
 (0)