From 8a9bc98051a8e0c81a7560d9995c3665b4e40998 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Thu, 17 Aug 2023 11:35:39 -0400 Subject: [PATCH] Add linting of GitHub Actions workflows (#130) --- .github/workflows/lint-action-workflows.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/lint-action-workflows.yml diff --git a/.github/workflows/lint-action-workflows.yml b/.github/workflows/lint-action-workflows.yml new file mode 100644 index 0000000..48dcb1f --- /dev/null +++ b/.github/workflows/lint-action-workflows.yml @@ -0,0 +1,19 @@ +name: Lint GitHub Action Workflows + +on: pull_request + +concurrency: + group: lint-actions-${{ github.ref }} + cancel-in-progress: true + +jobs: + lint: + name: Lint + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Check workflow files + uses: docker://ponylang/shared-docker-ci-actionlint:20230810 + with: + args: -color