Skip to content

RHOAIENG-27792: Add stop, resubmit, & delete. Auto tear down config maps. E2Es #2449

RHOAIENG-27792: Add stop, resubmit, & delete. Auto tear down config maps. E2Es

RHOAIENG-27792: Add stop, resubmit, & delete. Auto tear down config maps. E2Es #2449

Workflow file for this run

name: Pre-commit
on:
pull_request:
workflow_dispatch:
jobs:
precommit:
runs-on: ubuntu-latest
container:
image: quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.1
steps:
- uses: actions/checkout@v4
- name: Run pre-commit checks
run: pre-commit run --all-files