diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a287cb9..1f41281 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -45,4 +45,4 @@ jobs: run: pip install ruff - name: Run ruff - run: ruff check . \ No newline at end of file + run: ruff check snip/ tests/ \ No newline at end of file