diff --git a/.github/workflows/ci-static-checks.yml b/.github/workflows/ci-static-checks.yml index 299a51f..7f9d1ef 100644 --- a/.github/workflows/ci-static-checks.yml +++ b/.github/workflows/ci-static-checks.yml @@ -13,6 +13,13 @@ concurrency: cancel-in-progress: true jobs: + actionlint: + name: actionlint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + - uses: rhysd/actionlint@v1.7.12 + prek: name: prek runs-on: ubuntu-latest