diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml index 280d6664..6a4bd147 100644 --- a/.github/workflows/checker.yml +++ b/.github/workflows/checker.yml @@ -18,3 +18,15 @@ jobs: github_token: ${{ secrets.XPENSAUDITOR_CHECKSTYLE }} reporter: github-pr-review level: error + 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: ${{ secrets.XPENSAUDITOR_CHECKSTYLE }} + reporter: 'github-pr-check' + tool_name: 'testtool'