Skip to content

Update How_to_Install_Firmware_for_Mediatek_based_USB_WiFi_adapters.md #88

Update How_to_Install_Firmware_for_Mediatek_based_USB_WiFi_adapters.md

Update How_to_Install_Firmware_for_Mediatek_based_USB_WiFi_adapters.md #88

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