From e67008dc8c7da73027189a984c43b7d85773841f Mon Sep 17 00:00:00 2001 From: arodindev Date: Sun, 4 Aug 2024 15:25:29 +0200 Subject: [PATCH] fix(ci): paths --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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