Skip to content

feat(kubeflow): add setup_commands run once per pod before the job #1619

feat(kubeflow): add setup_commands run once per pod before the job

feat(kubeflow): add setup_commands run once per pod before the job #1619

Workflow file for this run

name: Spelling
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
jobs:
typos:
name: "Spell check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@master
with:
files: .
config: ./.github/workflows/config/typos.toml