From 8c8ede082855bdc7ffd3dcb74ac28fffb7d1ed4f Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 02:33:28 +0000 Subject: [PATCH] fix: resolve CI test failures --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c1f96b9..8203187 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,4 +28,5 @@ jobs: - name: Run linting run: | - ruff check . + pip install ruff + ruff check cmdparse/ tests/