Skip to content

Add Support for Logging to JSON (beta feature) #101

Add Support for Logging to JSON (beta feature)

Add Support for Logging to JSON (beta feature) #101

Workflow file for this run

name: Check Markdown
on:
pull_request:
paths:
- "**.md"
jobs:
markdown-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- run: "! git grep -EIn $'[ \t]+$' -- ':(exclude)*.patch'"