From 25ddfb500834bfb14e6cadee97cd909ffb339589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Sun, 17 Aug 2025 19:19:05 -0500 Subject: [PATCH] ci(style): always check format on push/pull request (#92) --- .github/workflows/style.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 60f255b..944754d 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -1,11 +1,5 @@ name: Check *.nix files format -on: - pull_request: - paths: - - "**.nix " - push: - paths: - - "**.nix" +on: [pull_request, push] jobs: check-formatting: