build(deps): Bump golang.org/x/net from 0.0.0-20220412020605-290c469a71a5 to 0.13.0 #198
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
name: Check Markdown links | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: [master] | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: technote-space/get-diff-action@v6 | |
with: | |
PATTERNS: | | |
**/**.md | |
- uses: creachadair/github-action-markdown-link-check@master | |
with: | |
check-modified-files-only: 'yes' | |
config-file: '.md-link-check.json' | |
if: env.GIT_DIFF |