Create kedro.yml
This commit is contained in:
parent
01bcced088
commit
2719fba435
1 changed files with 18 additions and 0 deletions
18
.github/workflows/kedro.yml
vendored
Normal file
18
.github/workflows/kedro.yml
vendored
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue