Pierre Tellier 93bb46b017
Some checks failed
check backend / formatting (push) Failing after 10s
CI / build (push) Successful in 12s
test: check backend formatting
2025-02-11 19:04:02 +01:00

13 lines
273 B
YAML

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"