Skip to content

Commit

Permalink
build: should fix backend linting
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Apr 15, 2024
1 parent 796ca50 commit 46bd000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install --directory=./backend
poetry add --dev flake8
- name: Execute linting checks
run: flake8 --config ./backend/.flake8 ./backend
run: poetry run flake8 --config ./backend/.flake8 ./backend

0 comments on commit 46bd000

Please sign in to comment.