Skip to content

Fix wrong indention in hexpansion example app #143

Fix wrong indention in hexpansion example app

Fix wrong indention in hexpansion example app #143

Workflow file for this run

name: Check Links
on: pull_request
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
check-modified-files-only: 'no'
folder-path: 'docs/'
base-branch: 'main'
config-file: 'mlc_config.json'