mirror of
https://github.com/engn33r/awesome-bluetooth-security.git
synced 2025-12-12 15:50:03 -08:00
13 lines
263 B
YAML
13 lines
263 B
YAML
name: Check Markdown links
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
markdown-link-check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- uses: tcort/github-action-markdown-link-check@v1
|
|
with:
|
|
config-file: 'mlc_config.json'
|