18 lines
256 B
YAML
18 lines
256 B
YAML
name: kedro
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
kedro:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- name: Kedro
|
|
uses: WaylonWalker/kedro-action@0.0.7
|
|
with:
|
|
python_version: '3.7.0'
|