Skip to content

chore: Move pre-commit config to the top level of kedro-plugins #103

chore: Move pre-commit config to the top level of kedro-plugins

chore: Move pre-commit config to the top level of kedro-plugins #103

Workflow file for this run

name: Run checks on Kedro-Docker
on:
push:
branches:
- main
paths-ignore:
- "kedro-airflow/**"
- "kedro-datasets/**"
- "kedro-telemetry/**"
pull_request:
branches:
- main
paths-ignore:
- "kedro-airflow/**"
- "kedro-datasets/**"
- "kedro-telemetry/**"
jobs:
docker-test:
uses: ./.github/workflows/check-plugin.yml
with:
plugin: kedro-docker