Skip to content

Commit fda0f9f

Browse files
committed
[chore:project] Fix typo in ci.yaml
1 parent 89c9370 commit fda0f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Step for Unix
4343
- name: Activate venv and run checks
4444
shell: bash
45-
if: runner.os =! 'Windows'
45+
if: runner.os != 'Windows'
4646
run: |
4747
source .venv/bin/activate
4848

0 commit comments

Comments
 (0)