We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea34ea commit d78809bCopy full SHA for d78809b
.github/workflows/part_docs.yml
@@ -61,7 +61,7 @@ jobs:
61
62
steps:
63
- uses: actions/checkout@v5
64
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
65
with:
66
name: docs
67
path: docs
.github/workflows/part_test.yml
@@ -235,7 +235,7 @@ jobs:
235
compile-${{ env.MIX_ENV }}-${{ runner.os }}-${{ steps.setupBEAM.outputs.otp-version }}-${{ steps.setupBEAM.outputs.elixir-version }}-
236
- run: mix deps.compile
237
- run: mix compile --warning-as-errors
238
239
240
name: dialyzer_plt_dev
241
path: priv/plts/
0 commit comments