kyria-keyboard-config/.github/workflows/build.yml
kB01 a9160a6550
All checks were successful
/ build (push) Successful in 7s
Modified Pipeline
2024-08-31 01:18:59 +02:00

15 lines
307 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: tree