forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upstream: (1037 commits) [Keyboard] Add wasdat code controller (qmk#8858) fix sample code indent in feature_encoders.md (qmk#8883) [Keymap] Clean up my ergo keymaps and userspace (qmk#8857) idb 60 Bugfixes / Preparations for Open Source Hardware (qmk#8866) Rebound: add rev2 and thus rev1 as well (qmk#8630) Update vitamins included default keymap, enable NKRO, rev2 rgbsplit (qmk#8871) Update to xealousbrown. (qmk#8215) [Keyboard] DMQ Design SPIN (qmk#8820) Wheatfield Blocked65: Update RGBLED num (qmk#8725) Add VIA support to ID80 (qmk#8791) CFTKB Mysterium & Discipad VIA support (qmk#8794) Clean up ATSAM ifdefs (qmk#8808) [Docs] Japanese translation of docs/feature_encoders.md (qmk#8843) Add naked60 layout, clean up my userspace files and rules.mk. (qmk#8848) Fixing DecadePad Numlock LED Bug (qmk#8831) [Docs] Japanese translation of docs/feature_command.md (qmk#8672) Add support for YMD75 rev 2 (qmk#8853) Remove no-longer-necessary LTO checks from keyboards' config.h files (qmk#8773) Fix ta-65 tsangan layouts (qmk#8855) Fix Plain60 layout (qmk#8854) ...
- Loading branch information
Showing
4,822 changed files
with
194,393 additions
and
93,126 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: CLI CI | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- future | ||
pull_request: | ||
paths: | ||
- 'lib/python/**' | ||
- 'bin/qmk' | ||
- 'requirements.txt' | ||
- '.github/workflows/cli.yml' | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
|
||
container: qmkfm/base_container | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: recursive | ||
- name: Install dependencies | ||
run: pip3 install -r requirements.txt | ||
- name: Run tests | ||
run: bin/qmk pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.