sdotz / checkstyle-docker

Checkstyle code linter in a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

checkstyle docker action

Runs checkstyle on the code in the repo

Inputs

style-rules-xml

Optional The checkstyle rules definition. Default "style.xml".

code-path

Optional The path of the code you want to lint, if not root. Default "/"

Outputs

result

The code lint output.

Example usage

uses: actions/checkstyle-docker@v1 with: style-rules-xml: "some-rules.xml" code-path: "/"

About

Checkstyle code linter in a docker container


Languages

Language:Dockerfile 59.3%Language:Shell 40.7%