dots/.gitea/workflows/fmt.yaml
Price Hiller d2432c20e8
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s
ci: add basic format checking
2024-03-16 14:26:12 -05:00

15 lines
269 B
YAML

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