Skip to content

Add missing checks to ALL_CHECKS list #212

Add missing checks to ALL_CHECKS list

Add missing checks to ALL_CHECKS list #212

Workflow file for this run

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