Skip to content

Commit

Permalink
Modify workflow to check everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Mar 7, 2024
1 parent 657d851 commit e2eb7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Build
name: Yellowstone

on: [push]

Expand All @@ -20,7 +20,7 @@ jobs:
run: pip install -r requirements.txt && pip install -r requirements.dev.txt

- name: MyPy
run: mypy yellowstone
run: mypy yellowstone test

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e2eb7cd

Please sign in to comment.