Add Python script to check for invalid dependencies - keeping the existing errors to check that the CI works as expected.
This commit is contained in:
12
.github/workflows/quality.yml
vendored
12
.github/workflows/quality.yml
vendored
@@ -33,6 +33,18 @@ jobs:
|
||||
- name: Search for invalid screenshot files
|
||||
run: ./tools/test/checkInvalidScreenshots.py
|
||||
|
||||
checkDependencies:
|
||||
name: Search for invalid dependencies
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.12
|
||||
- name: Search for invalid dependencies
|
||||
run: ./tools/dependencies/checkDependencies.py
|
||||
|
||||
# Code checks
|
||||
konsist:
|
||||
name: Konsist tests
|
||||
|
||||
Reference in New Issue
Block a user