Skip to content

Commit

Permalink
Add lintje to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 19, 2024
1 parent ca3b47f commit e2d0993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2d0993

Please sign in to comment.