Skip to content

feat: add article date #11

feat: add article date

feat: add article date #11

Workflow file for this run

name: markdown-link-check
on:
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-path: './index.md, ./README.md'