Skip to content

[ADD, TEMPLATE] add a inspection of template which using docker compose, add fastapi-mcp template #8

[ADD, TEMPLATE] add a inspection of template which using docker compose, add fastapi-mcp template

[ADD, TEMPLATE] add a inspection of template which using docker compose, add fastapi-mcp template #8

Workflow file for this run

# ignore this just for now - when Pypi package release feature added at Github, this workflow will be used.
name: release package to github
on:
pull_request:
branches:
- main
jobs:
release-fastapi-fastkit-package:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4