Skip to content

Commit 378c163

Browse files
committed
Remove QLTY and duplicate typing
1 parent d9bfd25 commit 378c163

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/python-quality.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@ jobs:
2929
run: make dev-dependencies
3030
- name: Run coverage
3131
run: make ci-coverage
32-
- uses: qltysh/qlty-action/coverage@v2
33-
with:
34-
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
35-
files: ${{github.workspace}}/coverage.lcov

.github/workflows/python-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ jobs:
2727
- name: Test with pytest
2828
run: |
2929
make ci-test
30-
- name: Check typing
31-
run: |
32-
make typing

0 commit comments

Comments
 (0)