From d495628e5b49d3c1f623f14786903a96b1386453 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 13:31:33 +0200 Subject: [PATCH] idiot !! --- .forgejo/workflows/check.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index ad174a4..55c99a5 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -6,6 +6,4 @@ jobs: name: "nix fmt" steps: - uses: actions/checkout@v4 - - run: nixfmt ${find . ./ -regex '*.nix$'} -- check - # check: - # name: "nix flake check" \ No newline at end of file + - run: nixfmt ${find . ./ -regex '*.nix$'} -- --check \ No newline at end of file