Skip to content

New README in migrations directory #16

New README in migrations directory

New README in migrations directory #16

Workflow file for this run

# Linkspector: Verify links in MD files
---
name: Linkspector
on: [pull_request]
permissions:
pull-requests: write
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
filter_mode: file