Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

docs: update credits #7

docs: update credits

docs: update credits #7

Workflow file for this run

name: Markdownlint check
on:
push:
branches: [main]
paths:
- "**.md"
- ".github/workflows/markdownlint.yml"
- ".markdownlint.*" # markdownlint config files
pull_request:
paths:
- "**.md"
jobs:
markdownlint:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: "**/*.md"