From cce9cd4e1671e57a0fdd279ac645842fc951f2eb Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Thu, 12 Oct 2023 10:09:00 +0300 Subject: [PATCH] Add actionlint for checking workflows Signed-off-by: Kimmo Lehto --- .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..b56a6c8b --- /dev/null +++ b/.github/workflows/actionlint.yml @@ -0,0 +1,12 @@ +name: Lint (actionlint) +on: + pull_request: + paths: + - .github + +jobs: + actionlint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: reviewdog/action-actionlint@v1