mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-14 13:17:04 +00:00
Fix GithubActions workflow
This commit is contained in:
parent
f33f0d49a1
commit
aebd17d299
3
.github/workflows/app.yaml
vendored
3
.github/workflows/app.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user