Skip to content

Add architecture tests for test classes and methods #672

Add architecture tests for test classes and methods

Add architecture tests for test classes and methods #672

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@v4
- uses: axel-op/googlejavaformat-action@v3
with:
version: v1.19.2
args: "--set-exit-if-changed --dry-run"