Skip to content

test

test #7

Workflow file for this run

name: Link Checker
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
linkinator:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Validate Links in Markdown Files
uses: JustinBeckwith/linkinator-action@v1
with:
paths: 'test.md'
concurrency: 1
markdown: true
retry: true
urlRewriteSearch: '/o/'
urlRewriteReplace: 'org/'