Skip to content

Merge branch 'main' of https://github.com/openpatch/scratch-for-java #38

Merge branch 'main' of https://github.com/openpatch/scratch-for-java

Merge branch 'main' of https://github.com/openpatch/scratch-for-java #38

Workflow file for this run

name: Format
on:
push:
branches: [ main ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"
commit-message: "style: apply google format"