Skip to content

Commit cf9e857

Browse files
committed
actionlint already exists in trunk, remove
1 parent df3b7ba commit cf9e857

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/lint.yml

-12
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,3 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
with:
3131
requireScope: true
32-
33-
action-lint:
34-
runs-on: ubuntu-latest
35-
steps:
36-
- uses: actions/checkout@v4
37-
- name: Download actionlint
38-
id: get_actionlint
39-
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
40-
shell: bash
41-
- name: Check workflow files
42-
run: ${{ steps.get_actionlint.outputs.executable }} -color
43-
shell: bash

0 commit comments

Comments
 (0)