Skip to content

update bes.pdf with canonical placeholders #42

update bes.pdf with canonical placeholders

update bes.pdf with canonical placeholders #42

Workflow file for this run

name: check links in markdown files
on:
repository_dispatch:
workflow_dispatch:
push:
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run lychee link checker
uses: lycheeverse/[email protected]
with:
args: --verbose --exclude '((doi|genderit)\.org)|nyti.ms' './**/*.md'
fail: true