From 13125a0f51a45b68cf7eb3ca536faeef426979df Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 23 Oct 2024 11:45:52 -0400 Subject: [PATCH] ci: Requires checkout --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b3bfddc4..e9d0b6fe5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,7 @@ jobs: flake-parts-docs: runs-on: x86_64-linux steps: + - uses: actions/checkout@v4 - name: Docs for flake.parts run: | # TODO: Define this in nixci itself.