Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
everysoftware committed Sep 19, 2024
1 parent eddabcd commit fc35b28
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/fastapi_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: FastAPI CI

on:
push:
branches: [ "*" ]
pull_request:
branches: [ master ]

jobs:
build:
Expand Down Expand Up @@ -35,9 +33,8 @@ jobs:
poetry install
- name: Lint
run: |
poetry run ruff check app
poetry run ruff format app
poetry run mypy app
poetry run make format
poetry run make lint
- name: Test
run: |
poetry run pytest -s -v
poetry run make test

0 comments on commit fc35b28

Please sign in to comment.