fix: pdm run test
Some checks failed
build / build (push) Failing after 1m55s
build / trigger-build-image (push) Has been skipped

This commit is contained in:
张泊明518370910136 2025-06-20 17:18:00 -04:00
parent 8d52febbc5
commit 875089cabd
GPG Key ID: D47306D7062CDA9D
4 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ jobs:
- name: PDM install dependencies - name: PDM install dependencies
run: | run: |
pdm install pdm install
- name: Lint - name: All
run: | run: |
pdm run lint pdm run all
- name: Run - name: Run
run: | run: |
pdm run app --help pdm run app --help

View File

View File

0
tests/create/__init__.py Normal file
View File