Skip to content

Enable/disable preview for all the datasets when publishing Kedro-Viz from CLI #46

Enable/disable preview for all the datasets when publishing Kedro-Viz from CLI

Enable/disable preview for all the datasets when publishing Kedro-Viz from CLI #46

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 }}