From 2719fba435ce00602fdc3cde273ae112d0423eb4 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 1 Mar 2020 14:06:29 -0600 Subject: [PATCH] Create kedro.yml --- .github/workflows/kedro.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/kedro.yml diff --git a/.github/workflows/kedro.yml b/.github/workflows/kedro.yml new file mode 100644 index 0000000..654f877 --- /dev/null +++ b/.github/workflows/kedro.yml @@ -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'