Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
moissela committed Oct 30, 2024
1 parent 56a357d commit c2b4bc8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ash-uuid-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,18 @@ jobs:
mix-env: dev
compile-assets: false

dialyzer:
name: mix dialyzer
runs-on: ubuntu-latest
needs: build-dev
steps:
- uses: actions/checkout@v3
- uses: zoonect-oss/github-ops/actions/mix-dialyzer@main
with:
erlang-version: 26.2
elixir-version: 1.16
mix-env: dev
compile-assets: false
# dialyzer:
# name: mix dialyzer
# runs-on: ubuntu-latest
# needs: build-dev
# steps:
# - uses: actions/checkout@v3
# - uses: zoonect-oss/github-ops/actions/mix-dialyzer@main
# with:
# erlang-version: 26.2
# elixir-version: 1.16
# mix-env: dev
# compile-assets: false

credo:
name: mix credo --strict
Expand Down

0 comments on commit c2b4bc8

Please sign in to comment.