Skip to content

Commit e391f7f

Browse files
committed
build: #27-work 🛠 Remove mypy from github workflow names
1 parent cfc8019 commit e391f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "LINT: Run ruff & mypy"
1+
name: "LINT: Run ruff & pyright"
22
on:
33
push:
44
pull_request:
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade poetry
1919
poetry install
20-
- name: Lint with ruff & mypy
20+
- name: Lint with ruff & pyright
2121
run: |
2222
poetry run ruff check pydantic_changedetect tests
2323
poetry run pyright pydantic_changedetect

0 commit comments

Comments
 (0)