chore: add spark cheat sheets to CI.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Harton 2023-09-21 11:01:45 +12:00
parent 00d240744e
commit cd34f2af94
Signed by: james
GPG key ID: 90E82DAA13F624F4
2 changed files with 4 additions and 1 deletions

View file

@ -28,6 +28,7 @@
## custom new tools may be added (Mix tasks or arbitrary commands)
# {:my_task, "mix my_task", env: %{"MIX_ENV" => "prod"}},
# {:my_tool, ["my_tool", "arg with spaces"]}
{:spark_formatter, "mix spark.formatter --check"}
{:spark_formatter, "mix spark.formatter --check"},
{:spark_cheat_sheets, "mix spark.cheat_sheets --check"}
]
]

View file

@ -265,6 +265,7 @@ steps:
- mix hex.audit
- mix format
- mix spark.formatter
- mix spark.cheat_sheets
- mix deps.unlock
- mix doctor
- mix git_ops.check_message
@ -306,6 +307,7 @@ steps:
- mix hex.audit
- mix format
- mix spark.formatter
- mix spark.cheat_sheets
- mix deps.unlock
- mix doctor
- mix git_ops.check_message