Skip to content

chore: Bump @babel/types from 7.25.7 to 7.26.3 #416

chore: Bump @babel/types from 7.25.7 to 7.26.3

chore: Bump @babel/types from 7.25.7 to 7.26.3 #416

name: Markdown checks
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
allowed-endpoints: >
github.com:443
registry.npmjs.org:443
disable-sudo: true
disable-telemetry: true
egress-policy: block
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
base-branch: main