Skip to content

Merge pull request #498 from iolanta-tech/dependabot/pip/fastmcp-3.4.7 #223

Merge pull request #498 from iolanta-tech/dependabot/pip/fastmcp-3.4.7

Merge pull request #498 from iolanta-tech/dependabot/pip/fastmcp-3.4.7 #223

Workflow file for this run

# https://blog.elmah.io/deploying-a-mkdocs-documentation-site-with-github-actions/
on:
push:
branches: [master]
jobs:
build:
name: Deploy to GitHub pages
runs-on: ubuntu-latest
environment: CI
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-python@v7
with:
python-version: 3.12
- run: pip install -q poetry
- run: poetry config virtualenvs.create false --local
- run: poetry install
- run: j --log-level info master
- name: Upload mypy baseline
uses: actions/upload-artifact@v7
with:
name: mypy-baseline
path: jeeves/tests/artifacts/mypy_baseline.json