From 20b3a976eb35f30599b6752ad2f71b7e0dec9be7 Mon Sep 17 00:00:00 2001 From: Dave Vigil Date: Tue, 21 Jan 2025 14:36:50 -0600 Subject: [PATCH] [chore} Working on gitea actions --- .github/workflows/lint_and_compile.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index d3376c3..2625ae1 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -6,8 +6,11 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + - name: Clone supercharge docs repository + uses: actions/checkout@v2 with: - submodules: 'true' + repository: qmk/qmk_firmware + path: qmk_firmware - name: Setup run: | python3 -m pip install --break-system-package --user qmk