Skip to content

Bump spring-core from 6.0.7 to 6.0.8 in /judger (#156) #41

Bump spring-core from 6.0.7 to 6.0.8 in /judger (#156)

Bump spring-core from 6.0.7 to 6.0.8 in /judger (#156) #41

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"