mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
5478c2b891
* CI: ignore %20 for md link checker * CI: update to a new action release that fixes %20 issue
20 lines
401 B
YAML
20 lines
401 B
YAML
name: Check Links
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
markdown-link-check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: gaurav-nelson/github-action-markdown-link-check@7481451f70251762f149d69596e3e276ebf2b236
|
|
with:
|
|
use-quiet-mode: 'yes'
|
|
config-file: '.github/workflows/mlc_config.json'
|