Skip to content

Commit 3a34e59

Browse files
NIT
1 parent fc75ec9 commit 3a34e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Check native-image config format
219219
run: ./mill -i __.checkNativeImageConfFormat
220220
- name: Check Ammonite availability
221-
run: ./mill -i 'dummy.amm[_].resolvedRunIvyDeps.'
221+
run: ./mill -i 'dummy.amm[_].resolvedRunIvyDeps'
222222
- name: Scalafix check
223223
run: |
224224
./mill -i __.fix --check || (

0 commit comments

Comments
 (0)