Remove bin/qmk (#14231)

* Remove the bin/qmk script

* remove bin/qmk from workflows
This commit is contained in:
Zach White 2021-08-29 16:50:22 -07:00 committed by GitHub
parent b46064a891
commit 596c4a1f87
Failed to generate hash of commit
14 changed files with 11 additions and 114 deletions

1
.github/labeler.yml vendored
View file

@ -22,7 +22,6 @@ keymap:
via:
- keyboards/**/keymaps/via/*
cli:
- bin/qmk
- requirements.txt
- lib/python/**/*
python:

View file

@ -8,7 +8,6 @@ on:
pull_request:
paths:
- 'lib/python/**'
- 'bin/qmk'
- 'requirements.txt'
- '.github/workflows/cli.yml'