Skip to content

build(deps): Bump github.com/golangci/golangci-lint from 1.50.1 to 1.55.2 #49

build(deps): Bump github.com/golangci/golangci-lint from 1.50.1 to 1.55.2

build(deps): Bump github.com/golangci/golangci-lint from 1.50.1 to 1.55.2 #49

Workflow file for this run

# Verify that important design docs have ToC entries.
name: Check documentation ToC
on:
pull_request:
push:
branches:
- v0.37.x
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
docs/architecture/**
docs/rfc/**
- run: make check-docs-toc
if: env.GIT_DIFF