This commit is contained in:
parent
3733b614ea
commit
9101ecf4e4
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ jobs:
|
|||
- name: Check formatting
|
||||
run: mix format --check-formatted
|
||||
|
||||
- name: Run Credo
|
||||
run: mix credo --strict
|
||||
# - name: Run Credo
|
||||
# run: mix credo --strict
|
||||
|
||||
- name: Check for compiler warnings
|
||||
run: mix compile --warnings-as-errors
|
||||
|
|
Loading…
Reference in a new issue