This commit is contained in:
Joel
2025-02-18 13:54:06 +08:00
354 changed files with 9396 additions and 6450 deletions

View File

@ -27,6 +27,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Poetry and Python ${{ matrix.python-version }}
uses: ./.github/actions/setup-poetry