ci: check spark formatter in test

This commit is contained in:
Zach Daniel 2023-01-31 21:06:45 -05:00
parent 27c55e06c7
commit da2f08dece

View file

@ -44,7 +44,7 @@ jobs:
- uses: team-alembic/staple-actions/actions/mix-format@main
with:
mix-env: test
- run: mix spark.formatter --check
- run: MIX_ENV=test mix spark.formatter --check
credo:
name: mix credo --strict
runs-on: ubuntu-latest