Adjust the GithubActions workflow

This commit is contained in:
Vladyslav Fedoriuk 2023-07-29 12:28:50 +02:00
parent b25f428467
commit f33f0d49a1

View File

@ -34,6 +34,7 @@ jobs:
run: |
python -m pyproject_fmt --stdout --check --indent=4
test:
needs: [quality]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3