From 09362bd292d345f8155f4a55d9eb473f0401f76a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 21 Dec 2024 15:39:32 +0100 Subject: [PATCH] GH Actions: add actionlint job This job checks the GH Actions workflow against syntax errors and other problems. --- .github/workflows/cs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 597a05f..958ece3 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -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