Skip to content

Update action.yml

Update action.yml #64

Workflow file for this run

name: Check Markdown Links
on: [pull_request, push]
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-check
fail_on_error: true