Skip to content

Commit e395ab4

Browse files
committed
GH Actions: add actionlint job
This job checks the GH Actions workflows against syntax errors and other problems.
1 parent 6207808 commit e395ab4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11+
actionlint:
12+
name: 'Lint GH Action workflows'
13+
uses: Yoast/.github/.github/workflows/reusable-actionlint.yml@main
14+
1115
checkcs:
1216
name: 'Basic CS and QA checks'
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)