Skip to content

feat: new example

feat: new example #160

Workflow file for this run

on:
push:
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