Skip to content

replace fharper/wget with suisei-cn/actions-download-file for files dl #23

replace fharper/wget with suisei-cn/actions-download-file for files dl

replace fharper/wget with suisei-cn/actions-download-file for files dl #23

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: fharper/wget@v1
with:
args: -O .markdownlinkcheck.json https://raw.githubusercontent.com/fharper/gh-configs/main/.markdownlinkcheck.json
- name: Validate Links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.markdownlinkcheck.json'