Skip to content

Add a hook to migration scripts so it can run custom actions after th… #106

Add a hook to migration scripts so it can run custom actions after th…

Add a hook to migration scripts so it can run custom actions after th… #106

Workflow file for this run

name: Markdown Lint
on:
- push
- pull_request
- workflow_dispatch
jobs:
markdown-lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
fail_on_error: true
reporter: github-pr-review