Skip to content

Bump node-forge from 1.3.1 to 1.3.2 in the npm_and_yarn group across 1 directory #1416

Bump node-forge from 1.3.1 to 1.3.2 in the npm_and_yarn group across 1 directory

Bump node-forge from 1.3.1 to 1.3.2 in the npm_and_yarn group across 1 directory #1416

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'