Update .github/workflows/lint_and_compile.yml
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,17 +6,16 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install packages
|
||||||
|
run: sudo apt-get update && sudo apt-get install -y nodejs git python3
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
node-version: 18
|
|
||||||
- name: Clone supercharge docs repository
|
- name: Clone supercharge docs repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: Homelab/qmk_firmware
|
repository: Homelab/qmk_firmware
|
||||||
path: qmk_firmware
|
path: qmk_firmware
|
||||||
ref: master
|
ref: master
|
||||||
node-version: 18
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
|
|||||||
Reference in New Issue
Block a user