From 6f0b2526d2240930fa3d0babbe0cd181c5907556 Mon Sep 17 00:00:00 2001 From: isabel Date: Thu, 5 Sep 2024 20:39:01 +0100 Subject: [PATCH] ci: provide selene with files to check --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac01b0d..e504b83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,4 +60,4 @@ jobs: diagnostic-endpoint: "" - name: Run selene - run: nix run nixpkgs#selene + run: nix run nixpkgs#selene -- .