Modified Pipeline
Some checks failed
/ build (push) Failing after 3s

This commit is contained in:
Kaybee 2024-08-31 01:13:36 +02:00
parent f6c594af96
commit b14044f926

View file

@ -2,14 +2,12 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: docker
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
- run: git clone https://github.com/zmkfirmware/zmk.git
- run: echo "Folder=$(ls)" >> $GITHUB_OUTPUT