Skip to content

Commit

Permalink
fix(ci): paths
Browse files Browse the repository at this point in the history
  • Loading branch information
arodindev committed Aug 4, 2024
1 parent a6d92b9 commit e67008d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
run: poetry install -v --no-interaction --no-root --only dev
- name: Run linting
run: |
poetry run isort src
poetry run ruff check src --fix
poetry run ruff format src
poetry run isort todoapp
poetry run ruff check todoapp --fix
poetry run ruff format todoapp

0 comments on commit e67008d

Please sign in to comment.