mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 12:04:21 +01:00
mypyyy
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: formatting
|
||||
name: checks
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -48,6 +48,6 @@ jobs:
|
||||
- name: Install packages
|
||||
run: poetry install --with dev
|
||||
- name: Setup mypy
|
||||
run: poetry run mypy --install-types
|
||||
run: poetry run mypy cashu --install-types
|
||||
- name: Run mypy
|
||||
run: poetry run mypy cashu --ignore-missing
|
||||
|
||||
Reference in New Issue
Block a user