Skip to content

Commit

Permalink
Create sdk-docformatter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DharmitD authored Jul 24, 2024
1 parent 82ff904 commit ec450e7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/sdk-docformatter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: KFP SDK Docformatter Test

on:
push:
branches: [master]

pull_request:
paths:
- 'sdk/python/**'
- 'test/presubmit-docformatter-sdk.sh'
- '.github/workflows/sdk-docformatter.yml'

workflow_dispatch:

jobs:
test-docformatter-kfp-sdk:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8

- name: Run docformatter tests
run: ./test/presubmit-docformatter-sdk.sh

0 comments on commit ec450e7

Please sign in to comment.