chore(rulesets): add Arazzo to rulesets docs #4494
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Markdown Links | |
on: | |
pull_request: | |
branches: | |
- master | |
- develop | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- uses: gaurav-nelson/github-action-markdown-link-check@master | |
with: | |
folder-path: 'docs' |