test: changed the verification
Some checks failed
Format / formatting (push) Failing after 5s
CI / build (push) Successful in 14s

This commit is contained in:
Pierre Tellier 2025-02-11 19:12:49 +01:00
parent 93bb46b017
commit c7ddc37bf9

View File

@ -1,4 +1,4 @@
name: check backend name: Format
on: [ push, pull_request ] on: [ push, pull_request ]
@ -10,4 +10,7 @@ jobs:
- uses: actions/checkout@v4 # v2 minimum required - uses: actions/checkout@v4 # v2 minimum required
- uses: axel-op/googlejavaformat-action@v3 - uses: axel-op/googlejavaformat-action@v3
with: with:
args: "--set-exit-if-changed --aosp" args: "--replace"
skip-commit: true
- name: Print diffs
run: git --no-pager diff --exit-code