Skip to content

Commit

Permalink
Remove duplicate GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hexedpackets committed Aug 29, 2024
1 parent c4771b9 commit 01ac65b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/elixir.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
if: matrix.lint
run: mix compile --warnings-as-errors

- name: Check linter
if: matrix.lint
run: mix credo --strict -a

- name: Run tests
run: mix test

Expand Down

0 comments on commit 01ac65b

Please sign in to comment.