Skip to content

Bump markdown-link-check from 3.12.1 to 3.12.2 #565

Bump markdown-link-check from 3.12.1 to 3.12.2

Bump markdown-link-check from 3.12.1 to 3.12.2 #565

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18.x
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Test
run: npm test
env:
DISABLE_PROXY: true