build(deps): Bump golang.org/x/net from 0.0.0-20220412020605-290c469a71a5 to 0.25.0 #298
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Verify that important design docs have ToC entries. | |
name: Check documentation ToC | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
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: ./docs/presubmit.sh | |
if: env.GIT_DIFF |