diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c518db9..fd48261 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 \ No newline at end of file + poetry run isort todoapp + poetry run ruff check todoapp --fix + poetry run ruff format todoapp \ No newline at end of file