Skip to content

Bump log4j-core from 2.8.2 to 2.17.1 in /judger (#153) #36

Bump log4j-core from 2.8.2 to 2.17.1 in /judger (#153)

Bump log4j-core from 2.8.2 to 2.17.1 in /judger (#153) #36

Workflow file for this run

name: Format
on:
push:
branches:
- master
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"