Skip to content

build(deps): bump org.json:json from 20230227 to 20231013 #12

build(deps): bump org.json:json from 20230227 to 20231013

build(deps): bump org.json:json from 20230227 to 20231013 #12

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
types: [opened, reopened]
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Java 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Run Checkstyle Checks
run: |
cd ${{ github.workspace }}
mvn checkstyle:check