Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 #273

Bump follow-redirects from 1.15.4 to 1.15.6

Bump follow-redirects from 1.15.4 to 1.15.6 #273

name: Test Links (Markdown)
# This workflow executes npm run checklinks
# to call in turn markdown-link-check
# This checks markdown files (*.md) in the top level of the
# repository and in the docs/ directory.
# These are documents used by contributors and maintainers.
on:
pull_request:
workflow_dispatch:
jobs:
test-checklinks-markdown:
name: test (checklinks - markdown)
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Test
run: npm run checklinks