Skip to content

[feature] Improve typing for @dsl.component to support strict LSPs #1628

[feature] Improve typing for @dsl.component to support strict LSPs

[feature] Improve typing for @dsl.component to support strict LSPs #1628

Workflow file for this run

name: KFP SDK YAPF Tests
on:
push:
branches: [master]
pull_request:
paths:
- 'api/**'
- 'sdk/python/**'
- 'test/presubmit-yapf-sdk.sh'
- '.github/workflows/sdk-yapf.yml'
- '!**/*.md'
- '!**/OWNERS'
jobs:
yapf-sdk:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: pip install yapf
- name: Run YAPF SDK Tests
run: ./test/presubmit-yapf-sdk.sh