Removed Checkstyle CI, cleaned up Oraxen PR

This commit is contained in:
Auxilor
2023-04-19 17:38:09 +01:00
parent 99258116de
commit 6ef31444ac
3 changed files with 5 additions and 18 deletions

View File

@@ -1,15 +0,0 @@
name: Check PR Codestyle
on: [ pull_request ]
jobs:
checkstyle:
name: Checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dbelyaev/action-checkstyle@v0.5.1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: warning
checkstyle_config: ../../config/checkstyle/checkstyle.xml