We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23dcd0 commit 8a8c2faCopy full SHA for 8a8c2fa
.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
51
run: mix compile --warnings-as-errors
52
- name: Check formatting
53
run: mix format --check-formatted
54
+ if: startsWith(matrix.elixir, '1.15')
55
- name: Run Tests
56
run: mix test
57
- name: Run credo
0 commit comments