diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6c9992eb..81bc8358 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,14 @@ on: branches: [ "actions" ] jobs: + lint_git: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: lintje/action@v0.11 + lint_format: runs-on: ubuntu-latest steps: