Skip to content

Fix typo in README.md (#5) #7

Fix typo in README.md (#5)

Fix typo in README.md (#5) #7

Workflow file for this run

name: "Check Links"
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
check-links:
name: Detect Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-review
fail_on_error: true