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:
Benoit Marty
2024-06-13 22:46:28 +02:00
parent 69ffed5e2b
commit b2c570df03
2 changed files with 94 additions and 0 deletions

View File

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