Skip to content

Merge branch 'master' of github.com:hzxie/voj #39

Merge branch 'master' of github.com:hzxie/voj

Merge branch 'master' of github.com:hzxie/voj #39

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"