Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Update README.md

Update README.md #34

Workflow file for this run

name: Markdown CI
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: "**/*.md"
config_file: .markdownlint.yml
dot: true