Skip to content

喜田研HPのリンクを一時的にコメントアウト #188

喜田研HPのリンクを一時的にコメントアウト

喜田研HPのリンクを一時的にコメントアウト #188

Workflow file for this run

# GitHub ActionでMarkdownのリンクを検査する https://zenn.dev/termoshtt/articles/markdown-link-check
name: markdown Link Check
on:
push:
branches:
- "*"
- "*/*"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
folder-path: "mdfiles/"
config-file: ".github/settings/markdown-link-check.json"