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 fc75ec9 commit 3a34e59Copy full SHA for 3a34e59
.github/workflows/ci.yml
@@ -218,7 +218,7 @@ jobs:
218
- name: Check native-image config format
219
run: ./mill -i __.checkNativeImageConfFormat
220
- name: Check Ammonite availability
221
- run: ./mill -i 'dummy.amm[_].resolvedRunIvyDeps.'
+ run: ./mill -i 'dummy.amm[_].resolvedRunIvyDeps'
222
- name: Scalafix check
223
run: |
224
./mill -i __.fix --check || (
0 commit comments