ci(check): remove credo
Some checks failed
Checks / check (push) Failing after 1m11s

This commit is contained in:
Vladimir Rubin 2024-11-17 21:58:21 +02:00
parent 3733b614ea
commit 9101ecf4e4
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -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