ci(style): always check format on push/pull request (#92)

This commit is contained in:
Luis Quiñones
2025-08-17 19:19:05 -05:00
committed by GitHub
parent e1a9c1ff60
commit 25ddfb5008

View File

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