Skip to content

chore(deps): bump actions/checkout from 2.7.0 to 4.1.7 in the github-actions group #7

chore(deps): bump actions/checkout from 2.7.0 to 4.1.7 in the github-actions group

chore(deps): bump actions/checkout from 2.7.0 to 4.1.7 in the github-actions group #7

Workflow file for this run

name: Markdown lint
on:
push:
branches: [ main ]
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 'restqa-404-links'
uses: restqa/404-links@dd7342182161a3b8562cb8f1ee094b1ee8311808 # 3.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}