From a872c718254479426a90092e8796a3f364b48861 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Sun, 20 Oct 2024 16:15:45 -0500 Subject: [PATCH] actionlint --- .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..88f6694 --- /dev/null +++ b/.github/workflows/actionlint.yml @@ -0,0 +1,12 @@ +--- +name: "Actionlint" +on: # yamllint disable-line rule:truthy + push: + pull_request: +jobs: + Actionlint: + runs-on: "ubuntu-24.04" + steps: + - uses: "actions/checkout@v4" + - name: "actionlint" + uses: "raven-actions/actionlint@v2"