Skip to content

Update list of services #38

Update list of services

Update list of services #38

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: git submodule init && git submodule update
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown-links.config.json'