Skip to content

Commit

Permalink
switch link checker to latest (github#591)
Browse files Browse the repository at this point in the history
* switch to latest

* update

* only run on push to latest
  • Loading branch information
jacobprall authored Nov 10, 2021
1 parent 1aeba87 commit 56f19ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Check Markdown links

on: push
on:
push:
branches:
- latest

jobs:
markdown-link-check:
Expand All @@ -10,4 +13,5 @@ jobs:
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'
base-branch: latest
continue-on-error: true

0 comments on commit 56f19ca

Please sign in to comment.