Skip to content

ci: Add docs rtd check on kedro-datasets #172

ci: Add docs rtd check on kedro-datasets

ci: Add docs rtd check on kedro-datasets #172

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

Check failure on line 24 in .github/workflows/kedro-docker.yml

View workflow run for this annotation

GitHub Actions / Run checks on Kedro-Docker

Invalid workflow file

The workflow is not valid. In .github/workflows/kedro-docker.yml (Line: 24, Col: 11): Error from called workflow kedro-org/kedro-plugins/.github/workflows/check-plugin.yml@35605aca8aa7f1c926905b976985749df1225b0b (Line: 97, Col: 5): Required property is missing: runs-on
with:
plugin: kedro-docker