[chore} Working on gitea actions
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 49s
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 49s
This commit is contained in:
5
.github/workflows/lint_and_compile.yml
vendored
5
.github/workflows/lint_and_compile.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user