dots/.gitea/workflows/flake-check.yaml
Price Hiller fdf5b4ccb5
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m15s
ci: rename fmt.yaml to better reflect job
2024-05-10 00:06:05 -05:00

16 lines
307 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: |
nix --experimental-features "flakes nix-command" flake check