Compare commits

..

No commits in common. "c9305b2b01f920891e22d254035a193f69e2572f" and "1c81fa9b3c1a7b57185ff1047dcd523bd70d1ff4" have entirely different histories.

2 changed files with 3 additions and 12 deletions

View File

@ -1,10 +1,11 @@
name: PR Checks
env:
GITEA_TOKEN: ${{ secrets.CI_TOKEN }}
on:
pull_request:
branches: [main]
push:
branches: [main, 'improve-*', 'ci-*', 'feature-*']
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

View File

@ -15,16 +15,6 @@
from typing import Any, Optional
__all__ = [
"KworkError",
"KworkAuthError",
"KworkApiError",
"KworkNotFoundError",
"KworkRateLimitError",
"KworkValidationError",
"KworkNetworkError",
]
class KworkError(Exception):
"""