From c00c81e56b9909e9f9c8dded563d58cdd3cb7b5b Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 14:04:13 +0200 Subject: [PATCH] hiya --- .forgejo/workflows/check.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index ff91ce7..a4bc4f4 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -5,7 +5,8 @@ jobs: format: name: "nix fmt" steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: Ittihadyya/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v9 # this is probably not gonna work, expecting to receive a bad repo error or whatever + uses: Ittihadyya/nix-installer-action@main - run: nix fmt $(find ./ -regex '.*.nix$') -- --check \ No newline at end of file