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: jobs:
build: build:
runs-on: docker
steps: steps:
- name: Git checkout Config - name: Git checkout Config
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Git checkout ZMK-Firmware - run: git clone https://github.com/zmkfirmware/zmk.git
uses: actions/checkout@v4 - run: echo "Folder=$(ls)" >> $GITHUB_OUTPUT
with:
name: https://github.com/zmkfirmware/zmk.git
run: echo "Folder=$(ls)" >> $GITHUB_OUTPUT