Skip to content

Relax kr8s pin to v0.14.* (#888) #1111

Relax kr8s pin to v0.14.* (#888)

Relax kr8s pin to v0.14.* (#888) #1111

Workflow file for this run

name: "Lint"
on: [pull_request, push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install deps
run: ./ci/install-deps.sh
- uses: pre-commit/[email protected]