ci: don't use spark formatter in CI

This commit is contained in:
Zach Daniel 2023-12-04 13:08:53 -05:00
parent f484d73739
commit 5bce6dc724
2 changed files with 3 additions and 1 deletions

View file

@ -10,5 +10,7 @@ on:
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
spark-formatter: false
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

View file

@ -144,7 +144,7 @@ defmodule AshMoney.MixProject do
[
{:ash, ash_version("~> 2.0 and >= 2.17.6")},
{:ex_money, "~> 5.15"},
{:ex_money_sql, "~> 1.0"},
{:ex_money_sql, "~> 1.0", optional: true},
{:ash_postgres, "~> 1.0", optional: true},
{:ex_doc, github: "elixir-lang/ex_doc", only: [:dev, :test], runtime: false},
{:ex_check, "~> 0.12", only: [:dev, :test]},