ci: use new CI tools from ash core #9
elixir.yml
on: push
ash-ci
/
mix deps.get
Matrix: ash-ci / build-release
Waiting for pending jobs
ash-ci
/
MIX_ENV=dev mix.compile
ash-ci
/
mix credo --strict
ash-ci
/
mix deps.unlock --check-unused
ash-ci
/
mix dialyzer
ash-ci
/
mix format --check-formatted
ash-ci
/
mix sobelow
ash-ci
/
mix spark.cheat_sheets --check
ash-ci
/
mix spark.formatter --check
ash-ci
/
mix test
ash-ci
/
mix ash.codegen --check
ash-ci
/
Deploy docs to GitHub pages.
ash-ci
/
Release
Annotations
1 error
Invalid workflow file:
.github/workflows/elixir.yml#L11
The workflow is not valid. .github/workflows/elixir.yml (Line: 11, Col: 3): Error calling workflow 'ash-project/ash/.github/workflows/ash-ci.yml@main'. The nested job 'deploy-docs' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'. .github/workflows/elixir.yml (Line: 11, Col: 3): Error calling workflow 'ash-project/ash/.github/workflows/ash-ci.yml@main'. The nested job 'igniter-upgrade' is requesting 'contents: write', but is only allowed 'contents: read'.
|