mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
Let mypy failure block CI
This commit is contained in:
parent
816d06f160
commit
72003ba192
1 changed files with 0 additions and 1 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -105,7 +105,6 @@ jobs:
|
|||
|
||||
- name: Type check code
|
||||
uses: liskin/gh-problem-matcher-wrap@v3
|
||||
continue-on-error: true
|
||||
with:
|
||||
linters: mypy
|
||||
run: poe check-types --show-column-numbers --no-error-summary ${{ needs.changed-files.outputs.changed_python_files }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue