From f282a6ec530a60be2a342a1bcf3a2e2d52684ea9 Mon Sep 17 00:00:00 2001 From: purarue <7804791+purarue@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:19:19 -0700 Subject: [PATCH] fix CI path --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa0f335..e98fe1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,4 +39,4 @@ jobs: mypy --install-types --non-interactive 'shellscripts/unique-ignore-case' - name: Run flake8 run: | - flake8 --config ./python-src/setup.cfg ./python-src/seanb + flake8 --config ./python-src/setup.cfg ./python-src/pura