From e2d0993162d326754ef2ee5555accdfbd2c27d17 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Wed, 19 Jun 2024 14:19:49 +0200 Subject: [PATCH] Add lintje to CI --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af201854..55513cdf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,8 @@ jobs: uses: actions/checkout@v4 - name: Get dependencies run: mix deps.get + - name: Check git commit messages + run: script/lint_git - name: Check for compilation errors run: mix compile --warnings-as-errors - name: Check code formatting