Skip to content

Update to MIT LICENSE #156

Update to MIT LICENSE

Update to MIT LICENSE #156

name: Format
on:
push:
branches: [ master ]
permissions:
contents: write
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"
# Recommended if you use MacOS:
github-token: ${{ secrets.GITHUB_TOKEN }}