parent
268148315d
commit
f6c594af96
1 changed files with 10 additions and 1 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -2,5 +2,14 @@ on: [push, pull_request, workflow_dispatch]
|
|||
|
||||
jobs:
|
||||
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…
Add table
Reference in a new issue