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
with:
mix-env: test
spark-formatter:
name: mix spark.formatter --check
if: ${{inputs.spark-formatter}}
@ -113,6 +114,7 @@ jobs:
needs:
- credo
# - doctor
- spark-formatter
- formatter
- auditor
- test