From 51b93c8606d9fdf50bcbe17a31cd0aa791ba2eb7 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Mon, 21 Feb 2022 04:26:23 -0800 Subject: [PATCH] Re-enable the Markdown link checker. (#7889) --- .github/workflows/markdown-links.yml | 31 +++++++++---------- .github/workflows/proto-check.yml | 2 +- ...> adr-069-flexible-node-initialization.md} | 0 3 files changed, 16 insertions(+), 17 deletions(-) rename docs/architecture/{adr-069-flexible-node-inititalization.md => adr-069-flexible-node-initialization.md} (100%) diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index 0c0e7525a..3e3341d16 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -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' diff --git a/.github/workflows/proto-check.yml b/.github/workflows/proto-check.yml index 6f2751c86..306e62903 100644 --- a/.github/workflows/proto-check.yml +++ b/.github/workflows/proto-check.yml @@ -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/*" diff --git a/docs/architecture/adr-069-flexible-node-inititalization.md b/docs/architecture/adr-069-flexible-node-initialization.md similarity index 100% rename from docs/architecture/adr-069-flexible-node-inititalization.md rename to docs/architecture/adr-069-flexible-node-initialization.md