too many things, kinda forgor to push/commit
Some checks failed
Build / build (push) Successful in 3m43s
Format / formatting (push) Failing after 19s

This commit is contained in:
unurled 2024-10-11 12:29:44 +02:00
parent 897edf1d37
commit bb514f8a63
Signed by: unurled
GPG key ID: EFC5F5E709B47DDD
69 changed files with 1691 additions and 1256 deletions

View file

@ -0,0 +1,17 @@
name: Format
run-name: ${{ github.actor }} is formatting
on: [ push, pull_request ]
jobs:
formatting:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"
skip-commit: true
- name: Print diffs
run: git --no-pager diff --exit-code