Add where
helper function to enable reproduction of fancier group constraints
#317
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: Markdown link check | |
on: | |
schedule: # runs every monday at 9 am | |
- cron: "0 9 * * 1" | |
pull_request: | |
branches: | |
- "main" | |
paths: | |
- "**.md" | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: markdown-link-check | |
uses: gaurav-nelson/[email protected] |