Skip to content

Commit

Permalink
build: #27-work 🛠 Remove mypy from github workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Feb 16, 2024
1 parent cfc8019 commit e391f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "LINT: Run ruff & mypy"
name: "LINT: Run ruff & pyright"
on:
push:
pull_request:
Expand All @@ -17,7 +17,7 @@ jobs:
run: |
python -m pip install --upgrade poetry
poetry install
- name: Lint with ruff & mypy
- name: Lint with ruff & pyright
run: |
poetry run ruff check pydantic_changedetect tests
poetry run pyright pydantic_changedetect

0 comments on commit e391f7f

Please sign in to comment.