Ignore the Python expansions in the check step
- ID
7f44172- date
2024-06-02 09:25:00+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
026df88- message
Ignore the Python expansions in the `check` step- changed files
1 file, 1 addition, 1 deletion
Changed files
.github/workflows/test.yml (627) → .github/workflows/test.yml (630)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7013989..926f237 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
- name: Run linting
run: |
- ruff check .
+ ruff check *.py
ruff format --check .
- name: Check types