Skip to content

Bump org.json:json from 20240303 to 20241224 #3611

Bump org.json:json from 20240303 to 20241224

Bump org.json:json from 20240303 to 20241224 #3611

Workflow file for this run

name: Checkstyle
on: pull_request
jobs:
checkstyle_job:
runs-on: ubuntu-latest
name: Checkstyle
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-pr-review'
checkstyle_config: checkstyle/checkstyle.xml
fail_on_error: true
filter_mode: 'file'