Skip to content

update

update #55

Workflow file for this run

# from: https://github.com/gaurav-nelson/github-action-markdown-link-check
name: Check Markdown links
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1