From 5f07592285c184a30a684d39d2c35f2af78668a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Tue, 16 Jan 2024 00:01:43 +0100 Subject: [PATCH] fix(ci): Remove formatting check `nix check` does that already --- .github/workflows/check.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c561659..db66a58 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,8 +15,6 @@ jobs: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@v9 - uses: DeterminateSystems/magic-nix-cache-action@v2 - - name: Check formatting - run: nix run .#formatter.x86_64-linux -- --check . - name: Run `nix flake check` run: nix flake check lockfile: