From 360a4cb8f972c8eb56a6b4106da633f5a55964b1 Mon Sep 17 00:00:00 2001 From: isabel Date: Thu, 5 Sep 2024 20:37:42 +0100 Subject: [PATCH] ci: fix devlopment shell --- .github/workflows/test.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b25b485..ac01b0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,9 +43,7 @@ jobs: diagnostic-endpoint: "" - name: Run stylua - run: | - nix develop - stylua -c . + run: nix run nixpkgs#stylua -- -c . selene: runs-on: ubuntu-latest @@ -62,6 +60,4 @@ jobs: diagnostic-endpoint: "" - name: Run selene - run: | - nix develop - selene + run: nix run nixpkgs#selene