Skip to content

chore(dependabot): bump github.com/onsi/gomega from 1.34.2 to 1.35.0 #145

chore(dependabot): bump github.com/onsi/gomega from 1.34.2 to 1.35.0

chore(dependabot): bump github.com/onsi/gomega from 1.34.2 to 1.35.0 #145

Workflow file for this run

name: Validate Docs
on:
pull_request:
branches:
- main
- 'release-**'
workflow_dispatch:
jobs:
validate:
name: Validate Docs
runs-on: ubuntu-latest
steps:
- name: Checkout modulectl
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run Docs Validation
run: make validate-docs