Skip to content

fix: update yaml

fix: update yaml #222

Workflow file for this run

on:
push:
permissions:
contents: read
name: linter
jobs:
linkinator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JustinBeckwith/linkinator-action@v1
with:
concurrency: 100
markdown: true
recurse: true
timeout: 180000