From b2cce812fa493418a0954af3c78a053c6c083e6c Mon Sep 17 00:00:00 2001 From: David Mays Date: Mon, 20 Jan 2025 11:14:36 +0000 Subject: [PATCH] Add Actionlint to Email Alert Frontend --- .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 00000000..e0f162dd --- /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