Skip to content

Commit

Permalink
build: flake8 with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Apr 15, 2024
1 parent 46bd000 commit fdc2f2b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/backend-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install --directory=./backend
poetry add --dev flake8
- name: Execute linting checks
run: poetry run flake8 --config ./backend/.flake8 ./backend
2 changes: 0 additions & 2 deletions .github/workflows/frontend-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: frontend-linting
on:
pull_request:
branches: [main, development]
push:
branches: [actions]
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: tests
on:
pull_request:
branches: [main, development]
push:
branches: [actions]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fdc2f2b

Please sign in to comment.