Pierre Tellier c7ddc37bf9
Some checks failed
Format / formatting (push) Failing after 5s
CI / build (push) Successful in 14s
test: changed the verification
2025-02-11 19:12:49 +01:00

16 lines
346 B
YAML

name: Format
on: [ push, pull_request ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"
skip-commit: true
- name: Print diffs
run: git --no-pager diff --exit-code