Skip to content

chore(deps): bump sigs.k8s.io/controller-tools from 0.15.0 to 0.16.3 in /hack/tools #940

chore(deps): bump sigs.k8s.io/controller-tools from 0.15.0 to 0.16.3 in /hack/tools

chore(deps): bump sigs.k8s.io/controller-tools from 0.15.0 to 0.16.3 in /hack/tools #940

Workflow file for this run

name: docs-verify
on: [pull_request]
jobs:
verify-docs:
runs-on: ubuntu-latest
name: Verify Docs
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 2
submodules: true
- name: Verify Docs
run: make docs-verify
- name: Build Docs
run: make docs-build