Skip to content

Commit 424c2bc

Browse files
authored
Merge pull request #7 from bnbong/dev
[ADD, TEMPLATE] add a inspection of template which using docker compose, add fastapi-mcp template
2 parents 4456977 + 20f0040 commit 424c2bc

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

+3837
-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)