From 92c2aa83f6f529d880f7b53492ca5a3a7a8a74f5 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 13:33:38 +0200 Subject: [PATCH] animation of building collapsing --- .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 76002bb..cbc7392 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