Skip to content

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #1408

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory

Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory #1408

Workflow file for this run

---
name: Check for broken links
on:
pull_request:
branches:
- main
jobs:
linkCheck:
name: Link Checking
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: LinkCheck
uses: Consensys/github-actions/docs-link-check@main
with:
CONFIG_FILE: '.linkspector.yml'