XiaoLFeng 76724994d4
Some checks failed
/ Checkstyle job (pull_request) Failing after 13s
patch: test
2024-04-10 02:09:47 +08:00

16 lines
433 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.MYGITHUBTOKEN }}
reporter: 'github-pr-check'
tool_name: 'testtool'
checkstyle_config: 'checkstyle.xml'