Skip to content

Commit 53df48d

Browse files
committed
feat: Add actionlint test
1 parent 25bc7c2 commit 53df48d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ on:
88
branches: [main]
99

1010
jobs:
11+
actionlint:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- 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
19+
- name: Check workflow files
20+
run: ${{ steps.get_actionlint.outputs.executable }} -color
21+
shell: bash
22+
1123
stylua:
1224
runs-on: ubuntu-latest
1325
steps:

0 commit comments

Comments
 (0)