Skip to content

Merge pull request #260 from robinschmid/tech-stack #870

Merge pull request #260 from robinschmid/tech-stack

Merge pull request #260 from robinschmid/tech-stack #870

Workflow file for this run

# from: https://github.com/gaurav-nelson/github-action-markdown-link-check
name: Check Markdown links
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
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'