Skip to content

test

test #8

Workflow file for this run

name: test
on:
schedule:
- cron: '0 0 1 * *'
jobs:
lint-markdown-link:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
folder-path: '_posts'