Skip to content

fix: typo in changelog #44

fix: typo in changelog

fix: typo in changelog #44

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths:
- '**.md'
push:
branches:
- main
paths:
- '**.md'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
folder-path: "docs"
use-quiet-mode: "yes"