Skip to content

Bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.17.0 in /template-only-test #52

Bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.17.0 in /template-only-test

Bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.17.0 in /template-only-test #52

Workflow file for this run

name: CI Documentation Checks
on:
push:
branches:
- main
pull_request:
jobs:
lint-markdown:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# This is the GitHub Actions-friendly port of the linter used in the Makefile.
- uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: 'yes' # errors only.
config-file: '.github/workflows/markdownlint-config.json'