diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 5901759a0..d626d703f 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -26,7 +26,7 @@ jobs: run: pip install ruff - name: Run ruff - run: ruff . + run: ruff check . tests: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository