Skip to content

Bump actions/checkout from 3 to 4 #31

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #31

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: Link Checker
on:
- pull_request
jobs:
main:
name: Link Check
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v4
# https://github.com/marketplace/actions/markdown-link-check
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'yes'