Skip to content

fix GitHub Workflow to check syntax with Vale #33

fix GitHub Workflow to check syntax with Vale

fix GitHub Workflow to check syntax with Vale #33

Workflow file for this run

name: Markdown Links Validation
on: [push, workflow_dispatch]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@master
- name: Download .markdownlint.json
uses: suisei-cn/[email protected]
with:
url: "https://raw.githubusercontent.com/fharper/gh-configs/main/.markdownlinkcheck.json"
- name: Validate Links
uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: 'yes'
config-file: '.markdownlinkcheck.json'