Skip to content

fix: Change pod readiness check mechanism #209

fix: Change pod readiness check mechanism

fix: Change pod readiness check mechanism #209

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Run pre-commit
uses: pre-commit/action@v3.0.1