Skip to content

trial for link checker #1

trial for link checker

trial for link checker #1

Workflow file for this run

name: Check Markdown links
on:
push: [master]
jobs:
markdown-link-check:

Check failure on line 7 in .github/workflows/action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/action.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
# check out the latest version of the code
steps:
- uses: actions/checkout@v3
# checks the status of hyperlinks in .md files in verbose mode
name: Check links
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'mlc_config.json'