Browse Source

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

pull/7874/head
M. J. Fromberger 2 years ago
committed by GitHub
parent
commit
51b93c8606
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 17 deletions
  1. +15
    -16
      .github/workflows/markdown-links.yml
  2. +1
    -1
      .github/workflows/proto-check.yml
  3. +0
    -0
      docs/architecture/adr-069-flexible-node-initialization.md

+ 15
- 16
.github/workflows/markdown-links.yml 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'

+ 1
- 1
.github/workflows/proto-check.yml 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/*"


docs/architecture/adr-069-flexible-node-inititalization.md → docs/architecture/adr-069-flexible-node-initialization.md View File


Loading…
Cancel
Save