mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-04-29 20:24:18 -04:00
add a workflow for testing purposes
This commit is contained in:
parent
0514a2e080
commit
9a401f5262
1 changed files with 19 additions and 0 deletions
19
.github/workflows/test.yaml
vendored
Normal file
19
.github/workflows/test.yaml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: 'Required Tasks'
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
task-check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Check required tasks
|
||||||
|
contents: read
|
||||||
|
pull-requests: read
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Search for unfinished required tasks
|
||||||
|
run: |
|
||||||
|
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue