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