Added QMK Build PR check

This commit is contained in:
Juan Carlos Blanco 2026-01-01 17:10:50 -06:00
commit e31400932e

24
.github/workflows/ci-pr.yaml vendored Normal file
View file

@ -0,0 +1,24 @@
name: CI - QMK Build Check (PR)
on:
pull_request:
branches: [ master ]
paths:
- "users/**"
- "keyboards/**"
- ".github/workflows/**"
- "qmk.json"
- "**/*.mk"
- "**/*.c"
- "**/*.h"
permissions:
contents: read
jobs:
build:
name: QMK Userspace Build (PR)
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@main
with:
qmk_repo: qmk/qmk_firmware
qmk_ref: master