Skip to content

[SDK] Consolidate Naming for CRUD APIs #6

[SDK] Consolidate Naming for CRUD APIs

[SDK] Consolidate Naming for CRUD APIs #6

Workflow file for this run

name: Python Test
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
# TODO (andreyvelich): We need to replace this action with script to do
# linting and formatting for Training Operator SDK.
- name: Check Python code with Black
uses: psf/black@stable
version: 21.12b0

Check failure on line 20 in .github/workflows/test-python.yaml

View workflow run for this annotation

GitHub Actions / Python Test

Invalid workflow file

The workflow is not valid. .github/workflows/test-python.yaml (Line: 20, Col: 9): Unexpected value 'version' .github/workflows/test-python.yaml (Line: 21, Col: 9): Unexpected value 'args'
args: black --check sdk/ --exclude '/*kubeflow_org_v1*|__init__.py|api_client.py|configuration.py|exceptions.py|rest.py'