We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b762e commit 7ab9566Copy full SHA for 7ab9566
.github/workflows/continuous-integration.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Sync
40
run: uv sync --all-extras
41
- name: Lint
42
+ if: runner.os != 'Windows'
43
run: uv run pre-commit run --all-files
44
- name: Test on windows
45
if: runner.os == 'Windows'
0 commit comments