mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Modified Pipeline
This commit is contained in:
parent
268148315d
commit
f6c594af96
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
|
@ -2,5 +2,14 @@ on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: ./.github/workflows/build-user-config.yml
|
steps:
|
||||||
|
- name: Git checkout Config
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Git checkout ZMK-Firmware
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
name: https://github.com/zmkfirmware/zmk.git
|
||||||
|
run: echo "Folder=$(ls)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue