Skip to content

Update authoring-recipes/refaster-recipes.md #547

Update authoring-recipes/refaster-recipes.md

Update authoring-recipes/refaster-recipes.md #547

name: Check for broken references
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Find broken references
run: |
if grep -r --exclude-dir=.github "broken-reference" . ; then
exit 1
fi