Fixing git workflow build
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 4s
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 4s
This commit is contained in:
5
.github/workflows/lint_and_compile.yml
vendored
5
.github/workflows/lint_and_compile.yml
vendored
@@ -6,6 +6,11 @@ jobs:
|
||||
container:
|
||||
image: qmkfm/qmk_cli
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout submodules
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
- name: Prep
|
||||
run: |
|
||||
pwd
|
||||
|
||||
Reference in New Issue
Block a user