Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwhite committed Nov 9, 2024
2 parents 54c8291 + 7ccfc95 commit 1e96a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- run: docker compose pull
- run: docker compose build

- name: mix format
run: docker compose run app mix format --check-formatted

- name: Build and test
run: docker compose run app run-test

- name: mix format
run: docker compose run app mix format --check-formatted

- name: Security lint
run: |
docker compose run app mix sobelow --config
Expand Down

0 comments on commit 1e96a97

Please sign in to comment.