Create kedro.yml

This commit is contained in:
Waylon Walker 2020-03-01 14:06:29 -06:00 committed by GitHub
parent 01bcced088
commit 2719fba435
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/kedro.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: kedro
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Kedro
uses: WaylonWalker/kedro-action
with:
python_version: '3.7.0'