[CI] use ZMK's action
Some checks failed
Build / build (push) Failing after 0s

This commit is contained in:
Marius Alwan Meyer 2023-07-17 18:28:31 +02:00
parent 03d0304c54
commit 75af30fb10

View File

@ -1,33 +1,7 @@
name: Build
on: [push, pull_request, workflow_dispatch] # yamllint disable-line rule:truthy
on: [push, pull_request, workflow_dispatch]
jobs:
build-sporq:
runs-on: ubuntu-latest
container:
image: ghcr.io/qmk/qmk_base_container:latest
steps:
- name: Install Dependencies
run: |
apt-get update
apt-get install nodejs --yes --no-install-recommends
echo "${HOME}/.local/bin" >> $GITHUB_PATH
python3 -m pip install --user qmk
- name: Checkout
uses: actions/checkout@v3 # needs nodejs
- name: Build sporq keymap for splitkb/aurora/corne/rev1
run: qmk compile -kb splitkb/aurora/corne/rev1 -km sporq
- name: 'Upload artifacts'
uses: actions/upload-artifact@v3
with:
name: firmware.u2f
if-no-files-found: ignore
path: |
*.uf2
# *.bin
# *.hex
# .build/failed.*
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main