From 5b92ff59df9c5e8e4ff964fa426dd49d2449b0f5 Mon Sep 17 00:00:00 2001 From: David Mays Date: Mon, 20 Jan 2025 11:21:06 +0000 Subject: [PATCH] Actionlint the Dependency Checker --- .github/workflows/actionlint.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/actionlint.yml diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml new file mode 100644 index 0000000..e0f162d --- /dev/null +++ b/.github/workflows/actionlint.yml @@ -0,0 +1,12 @@ +name: Lint GitHub Actions +on: + push: + paths: ['.github/**'] +jobs: + actionlint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + show-progress: false + - uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main \ No newline at end of file