Fix GithubActions workflow

This commit is contained in:
Vladyslav Fedoriuk 2023-07-29 12:33:29 +02:00
parent f33f0d49a1
commit aebd17d299

View File

@ -21,6 +21,7 @@ jobs:
uses: chartboost/ruff-action@v1 uses: chartboost/ruff-action@v1
with: with:
version: 0.0.280 version: 0.0.280
args: --verbose
- name: Lint with isort - name: Lint with isort
run: | run: |
python -m isort --check --diff . python -m isort --check --diff .
@ -32,7 +33,7 @@ jobs:
python -m pyupgrade --py311-plus python -m pyupgrade --py311-plus
- name: Lint with pyproject-fmt - name: Lint with pyproject-fmt
run: | run: |
python -m pyproject_fmt --stdout --check --indent=4 python -m pyproject_fmt --check --indent=4
test: test:
needs: [quality] needs: [quality]
runs-on: ubuntu-latest runs-on: ubuntu-latest