[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:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Clone supercharge docs repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
repository: qmk/qmk_firmware
|
||||||
|
path: qmk_firmware
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --break-system-package --user qmk
|
python3 -m pip install --break-system-package --user qmk
|
||||||
|
|||||||
Reference in New Issue
Block a user