Fix missing argument for style_check.py in master workflow

This commit is contained in:
Mikhail f. Shiryaev 2023-11-13 18:43:42 +01:00
parent e437d3ae58
commit 38d4d66998
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -96,7 +96,7 @@ jobs:
runner_type: style-checker
run_command: |
cd "$REPO_COPY/tests/ci"
python3 style_check.py
python3 style_check.py --no-push
CompatibilityCheckX86:
needs: [BuilderDebRelease]
uses: ./.github/workflows/reusable_test.yml