Skip to content

Commit

Permalink
Update and rename check.yml to mypy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainyan authored Oct 31, 2023
1 parent 00abd2d commit bdcb6b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yml → .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint & type check
name: Static type checking

on: [push, pull_request]

Expand All @@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit bdcb6b6

Please sign in to comment.