年度の間違いや言葉遣いを修正 #208
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |