From abb956c1b72fab07351e5383fa517a828650e868 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Wed, 17 Jun 2026 10:51:17 -0400 Subject: [PATCH] Fix static-checks-builds job ignoring submodules --- .github/workflows/builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 1aab846..5698aca 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -25,6 +25,7 @@ jobs: - name: Checkout project uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: + submodules: recursive fetch-depth: 0 # Treeless clone. Slightly less performant than a shallow clone, but makes finding diffs instantaneous. filter: tree:0 # See: https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/ persist-credentials: false