Add a script to check invalid screenshot(s).
This commit is contained in:
committed by
Benoit Marty
parent
ca7dcee7b2
commit
1b3bf575b1
12
.github/workflows/quality.yml
vendored
12
.github/workflows/quality.yml
vendored
@@ -21,6 +21,18 @@ jobs:
|
||||
- name: Run code quality check suite
|
||||
run: ./tools/check/check_code_quality.sh
|
||||
|
||||
checkScreesnhot:
|
||||
name: Search for invalid screenshot files
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Search for invalid screenshot files
|
||||
run: ./tools/test/checkInvalidScreenshots.py
|
||||
|
||||
check:
|
||||
name: Project Check Suite
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user