Skip to content

troubleshooting pipeline directories" #212

troubleshooting pipeline directories"

troubleshooting pipeline directories" #212

Workflow file for this run

name: ZMK Firmware Build
on: [push, pull_request, workflow_dispatch]
jobs:
create-colemak-keymap:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# Add any dependencies here
- name: Generate Colemak DH keymap
run: |
python scripts/convert_keymap.py \
-c q2c \
--in-path "$GITHUB_WORKSPACE/config/charybdis_qwerty.keymap"
- uses: actions/upload-artifact@master
with:

Check failure on line 25 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
name: Keymap files
path: "$GITHUB_WORKSPACE"/config/*.keymap
build:
needs: create-colemak-keymap
uses: ./.github/workflows/user_config_build.yaml
# uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main