Skip to content

Bump follow-redirects from 1.14.1 to 1.15.5 #2358

Bump follow-redirects from 1.14.1 to 1.15.5

Bump follow-redirects from 1.14.1 to 1.15.5 #2358

Workflow file for this run

name: Check for Dead Links
on: push
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run the test
run: |
cd $GITHUB_WORKSPACE
yarn
yarn check-md