summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-221-0/+3
|\
| * Lock down workflow permissions. (#19406)Nick Brassel2022-12-231-0/+3
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Update files changed action (#19172)Joel Challis2022-11-281-5/+4
|/
* Bump actions/checkout from 2 to 3 (#17496)dependabot[bot]2022-06-291-1/+1
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add support for linting deprecated and removed functionality (#17063)Joel Challis2022-06-091-0/+3
| | | | | | | | | * Add support for more lint warnings/errors * Develop currently needs extra deps installed * Lint a few more scenarios * fix tests
* move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230)Zach White2021-08-291-1/+1
|
* Improve the QMK Lint workflow (#10909)Zach White2020-11-101-0/+4
| | | | | * properly set the exit_code * handle the case where exit_code is greater than 255
* Add qmk info -l to show the layouts too (#10882)Zach White2020-11-071-1/+1
|
* New command: qmk lint (#10761)Zach White2020-11-071-0/+51
* Basic qmk lint command * check for keymap readme * change the workflow from qmk info to qmk lint * add a strict mode * parsing -> parse * document qmk lint * small info logging cleanup * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * honor --strict in more places * change the job name to lint Co-authored-by: Ryan <fauxpark@gmail.com>