Skip to content

Support standalone mode rule configuration #95

Support standalone mode rule configuration

Support standalone mode rule configuration #95

Workflow file for this run

name: Format
on:
push:
branches:
- 'master'
paths:
- '.github/workflows/format.yml'
- 'server/**'
pull_request:
paths:
- '.github/workflows/format.yml'
- 'server/**'
jobs:
server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--set-exit-if-changed --dry-run"