Skip to content

Commit

Permalink
chore: update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienHdz authored Oct 10, 2023
1 parent a2b9608 commit 4a3f3a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
- name: Install dependencies
run:
make install
working-directory: backend/avatar_assistant_api
- name: Lint with Ruff
run:
make lint
working-directory: backend/avatar_assistant_api
- name: Format code with Python black
run:
make format
working-directory: backend/avatar_assistant_api

0 comments on commit 4a3f3a4

Please sign in to comment.