Skip to content

build(deps): Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.24.0 #259

build(deps): Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.24.0

build(deps): Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.24.0 #259

Workflow file for this run

# 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