Skip to content

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

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

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

Workflow file for this run

name: Format
on:
push:
branches: [ main ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v2 minimum required
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
- name: Prettier Java Format
uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"