Skip to content

docs: correct tag interop version #1

docs: correct tag interop version

docs: correct tag interop version #1

Workflow file for this run

name: Docs
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
checks: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: vale-cli/vale-action@v3
with:
files: '["README.md", "docs"]'
fail_level: error
filter_mode: nofilter
version: 3.17.0
- uses: actions/setup-python@v7
with:
python-version: '3.13'
cache: pip
- run: python -m pip install -r requirements.txt
- run: mkdocs build --strict