Skip to content

Commit

Permalink
credo wasn't ran here
Browse files Browse the repository at this point in the history
  • Loading branch information
krukonshedul committed Jun 27, 2024
1 parent 3a33eba commit 2654fab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
otp: [21.3.8.24, 22.3.4.7]
elixir: [1.9.4, 1.10.4]
elixir: [1.10.4]
runner-os: [ubuntu20]
steps:
- name: Checkout latest codebase
Expand Down Expand Up @@ -87,10 +87,6 @@ jobs:
run: |
echo "Compiling the app with --warnings-as-errors"
mix compile --warnings-as-errors --force
- name: Run credo
run: |
echo "Running credo"
mix credo --strict
- name: Run format
run: |
echo "Running format"
Expand All @@ -108,7 +104,7 @@ jobs:
fail-fast: false
matrix:
otp: [21.3.8.24, 22.3.4.7]
elixir: [1.9.4, 1.10.4]
elixir: [1.10.4]
runner-os: [ubuntu20]
steps:
- name: Checkout latest codebase
Expand Down

0 comments on commit 2654fab

Please sign in to comment.