Skip to content

Add pre-commit hook to keep dictionary file sorted #217

Add pre-commit hook to keep dictionary file sorted

Add pre-commit hook to keep dictionary file sorted #217

Workflow file for this run

name: Check links in Markdown files
on:
pull_request:
schedule:
- cron: "0 0 * * 1" # midnight every Monday
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"