mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 19:12:40 +01:00
Rename action
This commit is contained in:
parent
6b2ec01a14
commit
b57c0dd7c5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -81,10 +81,10 @@ jobs:
|
|||
linters: flake8
|
||||
run: poe lint ${{ needs.changed-files.outputs.changed_python_files }}
|
||||
|
||||
typing:
|
||||
mypy:
|
||||
if: needs.changed-files.outputs.any_python_changed == 'true'
|
||||
runs-on: ubuntu-latest
|
||||
name: Check types
|
||||
name: Check types with mypy
|
||||
needs: changed-files
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue