Skip to content

chore: Bump actions/checkout from 4.1.4 to 4.1.7 #16

chore: Bump actions/checkout from 4.1.4 to 4.1.7

chore: Bump actions/checkout from 4.1.4 to 4.1.7 #16

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.1.7
- name: Run link checker
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15