Runs checkstyle on the code in the repo
Optional The checkstyle rules definition. Default "style.xml"
.
Optional The path of the code you want to lint, if not root. Default "/"
The code lint output.
uses: actions/checkstyle-docker@v1 with: style-rules-xml: "some-rules.xml" code-path: "/"