Skip to content

Forte Rules Engine Gas Reports #534

Forte Rules Engine Gas Reports

Forte Rules Engine Gas Reports #534

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/mlc_config.json'
folder-path: 'docs'
file-path: './README.md, ./CHANGELOG.md, ./CODE_OF_CONDUCT.md, ./CONTRIBUTING.md, ./SECURITY.md'