Skip to content

Merge branch 'main' of https://github.com/morrownr/USB-WIFI #56

Merge branch 'main' of https://github.com/morrownr/USB-WIFI

Merge branch 'main' of https://github.com/morrownr/USB-WIFI #56

Workflow file for this run

name: Markdown CI
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches: [ main ]
paths:
- .github/workflows/markdown-ci.yml
- '**.md'
pull_request:
branches: [ main ]
paths:
- .github/workflows/markdown-ci.yml
- '**.md'
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true