From 92c045d22647d657af32e3a3e0145069379bba3d 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 workflows 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