Skip to content

Commit

Permalink
rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Sep 16, 2024
1 parent fc145c9 commit 4bf8e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pytest-ruff.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run pytest and ruff
name: Run pytest, ruff, and pyright

on: [push]

Expand All @@ -8,7 +8,7 @@ env:
POETRY_URL: https://install.python-poetry.org

jobs:
run-pytest:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 4bf8e08

Please sign in to comment.