Skip to content

Bump remark-lint-no-dead-urls from 2.0.0 to 2.0.1 in the remark-dependencies group #293

Bump remark-lint-no-dead-urls from 2.0.0 to 2.0.1 in the remark-dependencies group

Bump remark-lint-no-dead-urls from 2.0.0 to 2.0.1 in the remark-dependencies group #293

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- main
types:
- opened
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check links
run: yarn run remark --use remark-validate-links --use remark-lint-no-dead-urls --frail ./docs
- name: Test build website
run: yarn build