Skip to content

docs: Add CONTRIBUTING.md file to the Kedro-Plugins repository #202

docs: Add CONTRIBUTING.md file to the Kedro-Plugins repository

docs: Add CONTRIBUTING.md file to the Kedro-Plugins repository #202

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/**"
schedule:
# Run every day at midnight (UTC time)
- cron: '0 0 * * *'
jobs:
docker-test:
uses: ./.github/workflows/check-plugin.yml
with:
plugin: kedro-docker