Skip to content

Use different action for linkcheck #5

Use different action for linkcheck

Use different action for linkcheck #5

Workflow file for this run

name: Linkcheck
on: [push, pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: md-linkcheck
uses: gaurav-nelson/github-action-markdown-link-check@v1