1
0
Fork 0

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
This commit is contained in:
Joel Challis 2022-06-09 21:02:16 +01:00 committed by GitHub
parent de43b09d25
commit a599550adb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 73 additions and 70 deletions

View file

@ -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: