mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
17 lines
326 B
YAML
17 lines
326 B
YAML
on: [push, pull_request, workflow_dispatch]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: docker
|
|
steps:
|
|
- name: Git checkout Config
|
|
uses: actions/checkout@v4
|
|
- run: git clone https://github.com/zmkfirmware/zmk.git
|
|
- run: apt-get update
|
|
- run: apt-get install tree -y
|
|
- run: cd ..
|
|
- run: tree
|
|
|
|
|
|
|