Skip to content

Commit d29c44b

Browse files
committed
Fix Actionlint
1 parent 608a62c commit d29c44b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/lint-workflows.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v6
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
1915
- name: Check workflow files
2016
run: |
2117
echo "::add-matcher::.github/actionlint-matcher.json"
22-
${{ steps.get_actionlint.outputs.executable }} -color
18+
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
19+
./actionlint -color
2320
shell: bash
2421

2522
octoscan:

0 commit comments

Comments
 (0)