ci: depend on spark-formatter check

This commit is contained in:
Zach Daniel 2023-01-31 22:19:28 -05:00
parent 427f024b5d
commit 498260175e

View file

@ -40,6 +40,7 @@ jobs:
- uses: team-alembic/staple-actions/actions/mix-format@main - uses: team-alembic/staple-actions/actions/mix-format@main
with: with:
mix-env: test mix-env: test
spark-formatter: spark-formatter:
name: mix spark.formatter --check name: mix spark.formatter --check
if: ${{inputs.spark-formatter}} if: ${{inputs.spark-formatter}}
@ -113,6 +114,7 @@ jobs:
needs: needs:
- credo - credo
# - doctor # - doctor
- spark-formatter
- formatter - formatter
- auditor - auditor
- test - test