Skip to content

chore: Bump actions/checkout from 4.1.7 to 4.2.2 #21

chore: Bump actions/checkout from 4.1.7 to 4.2.2

chore: Bump actions/checkout from 4.1.7 to 4.2.2 #21

Workflow file for this run

name: Lint docs
on:
pull_request:
paths:
- '**.md'
- .github/workflows/lint-docs.yml
jobs:
markdown-link-check:
name: Check links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Run link checker
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15