Skip to content

Commit

Permalink
Update module name in GitHub Action workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jan 13, 2024
1 parent 705ba95 commit 5a82d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: pip install -r requirements.dev.txt

- name: MyPy
run: mypy bzhr
run: mypy yellowstone

- name: Lints
run: ruff check bzhr
run: ruff check yellowstone

- name: Formatting
run: ruff format --check bzhr
run: ruff format --check yellowstone

0 comments on commit 5a82d29

Please sign in to comment.