ci: add basic format checking
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s

This commit is contained in:
Price Hiller 2024-03-16 13:37:05 -05:00
parent df2ec79c23
commit d2432c20e8
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

14
.gitea/workflows/fmt.yaml Normal file
View 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