ci: add basic format checking
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s
This commit is contained in:
parent
df2ec79c23
commit
d2432c20e8
14
.gitea/workflows/fmt.yaml
Normal file
14
.gitea/workflows/fmt.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Check Formatting of Files
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
- workflow_dispatch
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Check-Formatting:
|
||||||
|
runs-on: default
|
||||||
|
steps:
|
||||||
|
- name: Check out code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Check formatting
|
||||||
|
run: ./scripts/check-fmt-git-files.bash
|
Loading…
Reference in New Issue
Block a user