added step to run linting tests

This commit is contained in:
Raymond Kuiper 2025-02-20 11:02:43 +01:00 committed by GitHub
parent 593c8707af
commit 733df33b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,8 @@ on:
types: [opened, synchronize]
jobs:
test_quality:
uses: ./.github/workflows/quality.yml
build:
runs-on: ubuntu-latest
steps: