mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add bump_versions.py script (#338)
* Add bump_versions.py script * Fix pipeline
This commit is contained in:
parent
e4198fb1f2
commit
28382ebf5f
10 changed files with 763 additions and 157 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
- name: Lint code
|
||||
run: |
|
||||
poetry run flake8 aiogram test
|
||||
poetry run flake8 aiogram
|
||||
poetry run mypy aiogram
|
||||
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue