Skip to content

deps: upgrade fastmcp optional extra to 3.x #454

deps: upgrade fastmcp optional extra to 3.x

deps: upgrade fastmcp optional extra to 3.x #454

Workflow file for this run

name: "mostlyai-mock ci-workflow"
on:
push:
pull_request:
types: [opened, reopened, synchronize, edited]
jobs:
pre-commit-check:
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
uses: ./.github/workflows/pre-commit-check.yaml
secrets: inherit
run-tests:
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
uses: ./.github/workflows/run-tests.yaml
secrets: inherit