Skip to content

tidy-up: fix typos and minor issues #1279

tidy-up: fix typos and minor issues

tidy-up: fix typos and minor issues #1279

Workflow file for this run

# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
name: Markdown links
'on':
push:
branches:
- master
- '*/ci'
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs:
check:
name: 'check'
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Run mdlinkcheck
run: ./.github/scripts/mdlinkcheck