From d0bbf16d5c39662063ae8cd7bfd382e306b58a97 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 14:36:52 +0200 Subject: [PATCH] oops, forgot to save --- .forgejo/workflows/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 3be8452..725960c 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -6,7 +6,7 @@ jobs: name: "nix fmt" steps: - name: Checkout repository - uses: Ittihadyya/checkout@v4 + uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4 - name: Install Nix - uses: Ittihadyya/nix-installer-action@v16 + uses: https://git.collective-conciousness.monster/Ittihadyya/nix-installer-action@v16 - run: nix fmt $(find ./ -regex '.*.nix$') -- --check \ No newline at end of file