Skip to content

Bump sigs.k8s.io/controller-runtime from 0.15.3 to 0.18.1 #1690

Bump sigs.k8s.io/controller-runtime from 0.15.3 to 0.18.1

Bump sigs.k8s.io/controller-runtime from 0.15.3 to 0.18.1 #1690

Workflow file for this run

name: Code Health
on:
pull_request:
branches: [ master ]
jobs:
Black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Black Check
uses: jpetrucciani/black-check@7f5b2ad20fa5484f1884f07c1937e032ed8cd939
Mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Mypy linting
uses: jpetrucciani/mypy-check@179fdad632bf3ccf4cabb7ee4307ef25e51d2f96
with:
path: scripts/*/*.py