mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08:00 +01:00
Rearrange mix format rule
This commit is contained in:
parent
60f51c6b3c
commit
7ccfc95940
1 changed files with 3 additions and 3 deletions
6
.github/workflows/elixir.yml
vendored
6
.github/workflows/elixir.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue