SR-Game/.forgejo/workflows/format.yaml
unurled bb514f8a63
Some checks failed
Build / build (push) Successful in 3m43s
Format / formatting (push) Failing after 19s
too many things, kinda forgor to push/commit
2024-10-11 12:29:44 +02:00

17 lines
No EOL
361 B
YAML

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