mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-14 05:07: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
|
||||
with:
|
||||
version: 0.0.280
|
||||
args: --verbose
|
||||
- name: Lint with isort
|
||||
run: |
|
||||
python -m isort --check --diff .
|
||||
@ -32,7 +33,7 @@ jobs:
|
||||
python -m pyupgrade --py311-plus
|
||||
- name: Lint with pyproject-fmt
|
||||
run: |
|
||||
python -m pyproject_fmt --stdout --check --indent=4
|
||||
python -m pyproject_fmt --check --indent=4
|
||||
test:
|
||||
needs: [quality]
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user