Skip to content

Commit d61c7a6

Browse files
authored
CI: run checkFormat in one thread (#98)
1 parent ffed980 commit d61c7a6

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
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Check formatting
2828
run:
29-
./mill -j 0 -i '__.checkFormat'
29+
./mill -i '__.checkFormat'
3030

3131
test:
3232
strategy:

0 commit comments

Comments
 (0)