Skip to content

docs(KEP): Test plan covering bring your own argo workflow feature #74

docs(KEP): Test plan covering bring your own argo workflow feature

docs(KEP): Test plan covering bring your own argo workflow feature #74

Workflow file for this run

name: pre-commit
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
# This is set to only run the golangci-lint pre-commit hooks
# Remove in a later PR to run all hooks
with:
extra_args: golangci-lint --all-files