Price Hiller
d2432c20e8
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 39s
15 lines
269 B
YAML
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
|