XiaoLFeng 2859a1f70e
Some checks failed
/ Checkstyle job (pull_request) Failing after 52s
patch: test
2024-04-10 01:55:35 +08:00

16 lines
432 B
YAML

on: pull_request
jobs:
checkstyle_job:
runs-on: ubuntu-latest
name: Checkstyle job
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ MyGitHubToken.GITHUB_TOKEN }}
reporter: 'github-pr-check'
tool_name: 'testtool'
checkstyle_config: 'checkstyle.xml'