too many things, kinda forgor to push/commit
This commit is contained in:
parent
897edf1d37
commit
bb514f8a63
69 changed files with 1691 additions and 1256 deletions
17
.forgejo/workflows/format.yaml
Normal file
17
.forgejo/workflows/format.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue