From 59ec104b66731ee81648b238215327433265fc09 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Wed, 19 Jun 2024 15:08:47 +0200 Subject: [PATCH] Add lintje to CI --- .github/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: