test: check backend formatting
Some checks failed
check backend / formatting (push) Failing after 10s
CI / build (push) Successful in 12s

This commit is contained in:
Pierre Tellier 2025-02-11 19:04:02 +01:00
parent eed4e6f855
commit 93bb46b017

View File

@ -0,0 +1,13 @@
name: check backend
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: "--set-exit-if-changed --aosp"