Skip to content

Commit a6fc0d2

Browse files
committed
Fix typo
1 parent 67714ce commit a6fc0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
python-version: ${{ matrix.python-version }}
8888

8989
- name: Run type-check
90-
run: poetry run nox -s linst:typing
90+
run: poetry run nox -s lint:typing
9191

9292
Security:
9393
name: Security Checks (Python-${{ matrix.python-version }})

0 commit comments

Comments
 (0)