Skip to content

build(deps): bump net.minecraftforge:forge from 1.20.1-47.1.47 to 1.20.2-48.0.13 #216

build(deps): bump net.minecraftforge:forge from 1.20.1-47.1.47 to 1.20.2-48.0.13

build(deps): bump net.minecraftforge:forge from 1.20.1-47.1.47 to 1.20.2-48.0.13 #216

Workflow file for this run

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: ${{ secrets.GITHUB_TOKEN }}
checkstyle_config: checkstyle.xml
reporter: "github-pr-review"
tool_name: "Checkstyle"
level: "error"
fail_on_error: true