2021-10-07 12:22:20 -04:00
|
|
|
on: [push, pull_request, workflow_dispatch]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2024-08-31 01:09:14 +02:00
|
|
|
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
|
|
|
|
|
|
|
|
|
2024-06-24 19:16:18 +02:00
|
|
|
|