Skip to content

macie sync

macie sync #1

name: Markdown Link Check
on:
pull_request:
branches:
- main
push:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'no'