Skip to content

docs: remove tfjob note as canonical/training-operator#182 is fixed #318

docs: remove tfjob note as canonical/training-operator#182 is fixed

docs: remove tfjob note as canonical/training-operator#182 is fixed #318

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