nixcfg/.github/workflows/check-fmt.yml

18 lines
314 B
YAML
Raw Normal View History

2024-06-11 14:32:04 -04:00
name: "flake: format check"
on: [push, pull_request]
2024-06-11 14:32:04 -04:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v20
2024-06-13 22:02:11 -04:00
- name: Check if flake complies with default style
2024-06-11 14:32:04 -04:00
run: nix fmt -- -c .