test: check backend formatting
This commit is contained in:
parent
eed4e6f855
commit
93bb46b017
13
.gitea/workflows/back.yaml
Normal file
13
.gitea/workflows/back.yaml
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user