Skip to content

Commit

Permalink
Update elixir.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
benonymus committed Jun 9, 2024
1 parent 996d3cd commit b498771
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
- name: Compiles without warnings
run: mix compile --warnings-as-errors

# Step: Check that the checked in code has already been formatted.
# This step fails if something was found unformatted.
# Customize this step as desired.
- name: Check Formatting
run: mix format --check-formatted

# Step: Execute the tests.
- name: Run tests
run: mix test

0 comments on commit b498771

Please sign in to comment.