mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-03-07 00:01:09 -05:00
Added QMK Build PR check
This commit is contained in:
parent
41ee8332d1
commit
e31400932e
1 changed files with 24 additions and 0 deletions
24
.github/workflows/ci-pr.yaml
vendored
Normal file
24
.github/workflows/ci-pr.yaml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue