Skip to content

Commit 474456a

Browse files
committed
[ADD, TEMPLATE] add a inspection of template which using docker compose, add fastapi-mcp template, add template-config.yaml at template fastapi-psql-orm, edited template inspection github actions workflow
1 parent 7e7d54d commit 474456a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3838
-21
lines changed

.github/workflows/template-inspection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Run template inspection
3333
run: |
34-
python scripts/inspect-templates.py --templates "${{ github.event.inputs.templates }}" --output template_inspection_results.json
34+
pdm run python scripts/inspect-templates.py --templates "${{ github.event.inputs.templates }}" --output template_inspection_results.json
3535
3636
- name: Upload inspection results
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)