Skip to content

Commit

Permalink
Add format check, credo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarnovan committed Jan 14, 2024
1 parent 0483930 commit d5535e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ jobs:
restore-keys: ${{ runner.os }}-mix-
- name: Install dependencies
run: mix deps.get
- name: Check formatting
run: mix format --check-formatted
- name: Run credo
run: mix credo
- name: Run tests
run: mix test

0 comments on commit d5535e5

Please # to comment.