Skip to content

Docs: Enable users to disable preview for all when publishing Kedro-Viz #107

Docs: Enable users to disable preview for all when publishing Kedro-Viz

Docs: Enable users to disable preview for all when publishing Kedro-Viz #107

name: Run linter on Kedro-viz Docs
on:
push:
branches:
- main
paths:
- "docs/**"
- '**.md'
pull_request:
branches:
- main
paths:
- "docs/**"
- '**.md'
jobs:
lint:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: ["3.9", "3.10", "3.11"]
uses: ./.github/workflows/lint.yml
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}