Skip to content

try new things

try new things #3

Workflow file for this run

name: Linkspector
on: push
jobs:
check-links:
name: runner / linkspector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-check
fail_level: any
show_stats: true