Chore/rework workflow (#52)

* Reworked the lint action
* Removed the file change requirement
* Repaired mypy
* Repaired pip-audit
This commit is contained in:
2023-08-17 22:05:12 +02:00
committed by GitHub
parent daa315804e
commit e4a57c9136
19 changed files with 159 additions and 101 deletions

View File

@ -3,10 +3,6 @@ name: Test & Build
on:
pull_request:
push:
paths:
- '*.py'
- poetry.lock
- pyproject.toml
jobs:
test: