From e395ab464bf046a0758ac854d4b5275802e51f57 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 21 Dec 2024 15:56:40 +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 68e04cf..0fb8325 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -8,6 +8,10 @@ on: workflow_dispatch: 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