summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
Commit message (Collapse)AuthorAgeFilesLines
* Disable safe.directory check (#19970)Joel Challis2023-02-281-0/+3
|
* Bump tj-actions/changed-files from 34 to 35 (#19971)dependabot[bot]2023-02-281-1/+1
| | | | | | | | | | | | | | | | Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v34...v35) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Run format-text on keyboard PRs (#19656)Joel Challis2023-01-221-0/+11
|
* 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>