Skip to content

Commit

Permalink
Merge pull request #218 from Yoast/feature/ghactions-add-actionlint
Browse files Browse the repository at this point in the history
GH Actions: add actionlint job
  • Loading branch information
jrfnl authored Dec 24, 2024
2 parents 34a4170 + 92c045d commit 3f83400
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ concurrency:
cancel-in-progress: true

jobs:
actionlint:
name: 'Lint GH Action workflows'
uses: Yoast/.github/.github/workflows/reusable-actionlint.yml@main

checkcs:
name: 'Basic CS and QA checks'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f83400

Please sign in to comment.