Skip to content

tests: add kfp_v2 notebook for testing v2 pipelines (#53) #77

tests: add kfp_v2 notebook for testing v2 pipelines (#53)

tests: add kfp_v2 notebook for testing v2 pipelines (#53) #77

name: On Pull Request or Push
on:
pull_request:
push:
branches:
- main
- track/**
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: python3 -m pip install tox
- run: tox -e lint