Skip to content

fix: wait to allow PodDefaults to synced in Job's namespace before running tests #380

fix: wait to allow PodDefaults to synced in Job's namespace before running tests

fix: wait to allow PodDefaults to synced in Job's namespace before running tests #380

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