Skip to content

Commit 7ab9566

Browse files
committed
fix: don't run lints on windoze
1 parent e7b762e commit 7ab9566

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: Sync
4040
run: uv sync --all-extras
4141
- name: Lint
42+
if: runner.os != 'Windows'
4243
run: uv run pre-commit run --all-files
4344
- name: Test on windows
4445
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)