From 11a2230c4697194dd9bd589a86a8a31deb1ad2c6 Mon Sep 17 00:00:00 2001 From: informatter Date: Thu, 14 Mar 2024 18:29:48 +0000 Subject: [PATCH] c --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e0bfa36..3fc6427 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -43,9 +43,9 @@ jobs: poetry install --only dev - name: Run Linting + # poetry shell run: | cd backend - poetry shell poetry run ruff check . poetry run pyright . poetry run bandit -r .