Skip to content

fix(deps): update dependency markdownlint-rule-helpers to ~0.23.0 #128

fix(deps): update dependency markdownlint-rule-helpers to ~0.23.0

fix(deps): update dependency markdownlint-rule-helpers to ~0.23.0 #128

Workflow file for this run

name: Checkers
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
linkcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JustinBeckwith/[email protected]
with:
linksToSkip: '^https://github.com/.*/search\?q= ^https://opensource.org/'
paths: '*.md'
timeout: 60000