Skip to content

Allowing easy-install plugin with bash script (#146) #103

Allowing easy-install plugin with bash script (#146)

Allowing easy-install plugin with bash script (#146) #103

Workflow file for this run

name: Google Java Format
on: [push]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # v2 minimum required
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"