diff options
author | Joel Challis <git@zvecr.com> | 2022-06-09 21:02:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 21:02:16 +0100 |
commit | a599550adbd6b1291509d7cdc7ea61c92550a60c (patch) | |
tree | b878a1da9541a4e4fd25c4861f0fd340b646b9c2 /.github | |
parent | de43b09d25e83d97cb8e26177f28d1f391ff9c4f (diff) | |
download | qmk_firmware-a599550adbd6b1291509d7cdc7ea61c92550a60c.tar.gz qmk_firmware-a599550adbd6b1291509d7cdc7ea61c92550a60c.zip |
Add support for linting deprecated and removed functionality (#17063)
* Add support for more lint warnings/errors
* Develop currently needs extra deps installed
* Lint a few more scenarios
* fix tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c7a8624ee1..ab694ee668 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,6 +16,9 @@ jobs: with: fetch-depth: 0 + - name: Install dependencies + run: pip3 install -r requirements-dev.txt + - uses: trilom/file-changes-action@v1.2.4 id: file_changes with: |