Skip to content

docs: removed outdated tutorial.md #1389

docs: removed outdated tutorial.md

docs: removed outdated tutorial.md #1389

Workflow file for this run

name: "Run CI"
on:
pull_request:
types: [opened, reopened, synchronize]
merge_group:
jobs:
code-checks:
uses: ./.github/workflows/quality.yml
docs-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint docs with markdownlint
run: npx --yes markdownlint-cli "docs/docs/**/*.md" --config docs/docs/.markdownlint.json