👷 Add Github CI workflow for unit testing and linting

This commit is contained in:
2023-03-13 20:55:31 +01:00
parent 485aea005e
commit da244e15ba
2 changed files with 71 additions and 3 deletions

View File

@ -42,10 +42,8 @@ __all__ = [
]
from marshmallow import fields
from marshmallow.decorators import (
from marshmallow.decorators import ( # `post_load` overloaded
post_dump,
# post_load, # overloaded
pre_dump,
pre_load,
validates,