Skip to content

Commit

Permalink
Fix newly changed pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Mar 14, 2024
1 parent 358b604 commit f71e5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Check formatting with Black
run: |
black --check ./backend
black --check ./api
linting_with_ruff:
name: Run Ruff linting check
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Lint files using Ruff
run: |
ruff check ./backend
ruff check ./api
checking_migrations:
name: Check for migrations
Expand Down

0 comments on commit f71e5b0

Please sign in to comment.