From 9d2c1aa4df5a097d44e7d72f8f6b788cb1281097 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 13:49:57 +0200 Subject: [PATCH] this one should work --- .forgejo/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 48ba7e1..17c5fcc 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -6,4 +6,4 @@ jobs: name: "nix fmt" steps: - uses: actions/checkout@v4 - - run: nixfmt ${find ./ -regex '.*.nix$'} -- --check \ No newline at end of file + - run: nixfmt $(find ./ -regex '.*.nix$') -- --check \ No newline at end of file