Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrimov committed Jan 15, 2024
1 parent 47d1c7f commit f7aa0aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:

jobs:
lint:
needs: install-dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +31,6 @@ jobs:
- name: Lint with mypy
run: poetry run mypy .
test:
needs: install-dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f7aa0aa

Please sign in to comment.