Skip to content

Update markdown-link-check dependency and weekly link check test #640

Update markdown-link-check dependency and weekly link check test

Update markdown-link-check dependency and weekly link check test #640

Workflow file for this run

# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '14.x'
- run: npm ci
- run: npm test