chore(test): implement unit tests #7
test.yaml
on: pull_request
ruff
14s
shellcheck
6s
Matrix: pytest
Annotations
3 errors
Ruff (TD002):
tests/test_webhook.py#L127
tests/test_webhook.py:127:29: TD002 Missing author in TODO; try: `# TODO(<author_name>): ...` or `# TODO @<author_name>: ...`
|
Ruff (TD003):
tests/test_webhook.py#L127
tests/test_webhook.py:127:29: TD003 Missing issue link on the line following this TODO
|
ruff
Process completed with exit code 1.
|