Skip to content

Merge branch 'main' of https://github.com/Turtle-Neck-Saivor/backend #50

Merge branch 'main' of https://github.com/Turtle-Neck-Saivor/backend

Merge branch 'main' of https://github.com/Turtle-Neck-Saivor/backend #50

name: Google Java Format Action
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
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"
commitMessage: "Style: Google Java Format"