Skip to content

Reorganise and improve the data catalog documentation #208

Reorganise and improve the data catalog documentation

Reorganise and improve the data catalog documentation #208

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