Re-enable the Markdown link checker. (#7889)

This commit is contained in:
M. J. Fromberger
2022-02-21 04:26:23 -08:00
committed by GitHub
parent 325740a57c
commit 51b93c8606
3 changed files with 16 additions and 17 deletions

View File

@@ -1,18 +1,17 @@
# Currently disabled until all links have been fixed
# name: Check Markdown links
name: Check Markdown links
# on:
# push:
# branches:
# - master
# pull_request:
# branches: [master]
on:
push:
branches:
- master
pull_request:
branches: [master]
# jobs:
# markdown-link-check:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
# with:
# check-modified-files-only: 'yes'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
with:
check-modified-files-only: 'yes'

View File

@@ -3,7 +3,7 @@ name: Proto Check
# This workflow is only run when a file in the proto directory
# has been modified.
on:
workflow_dispatch: # allow running workflow manually
workflow_dispatch: # allow running workflow manually
pull_request:
paths:
- "proto/*"