ci(style): workflow will only run if nix files are mod

This commit is contained in:
Luis Quiñones
2025-04-26 08:18:38 -05:00
parent 8bc1df0f27
commit 4ca970a32c

View File

@@ -1,5 +1,11 @@
name: Check *.nix files format
on: [push, pull_request]
on:
pull_request:
paths:
- "**.nix "
push:
paths:
- "**.nix"
jobs:
check-formatting: