Skip to content

Commit

Permalink
fix mill all
Browse files Browse the repository at this point in the history
  • Loading branch information
yurique committed Nov 27, 2023
1 parent d793135 commit 9618c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: 11.0.x
distribution: zulu
- name: Style checks
run: ./mill all __.checkStyle __.docJar
run: ./mill __.checkStyle + __.docJar

integration-kubernetes-v1-25:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,12 +299,9 @@ A specific test:
Check and fix formatting:

```shell
./mill __.style
./mill __.checkStyle + __.docJar
```




## Related projects

* [Skuber](https://github.com/doriordan/skuber)
Expand Down

0 comments on commit 9618c88

Please sign in to comment.