backend-api #6

Merged
piair merged 107 commits from backend-api into main 2025-03-26 19:04:09 +01:00
Showing only changes of commit c7ddc37bf9 - Show all commits

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