Skip to content

Commit

Permalink
run credo in cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Dec 12, 2023
1 parent 3d0b161 commit d6ea02d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- name: Compiles without warnings
run: mix compile --warnings-as-errors

- name: Check Code Style
run: mix credo --strict

- name: Check Formatting
run: mix format --check-formatted

Expand Down

0 comments on commit d6ea02d

Please sign in to comment.