Skip to content

feat: 3 major updates — 10-SKILL, 09+3prompts, 08-glossary, trending … #112

feat: 3 major updates — 10-SKILL, 09+3prompts, 08-glossary, trending …

feat: 3 major updates — 10-SKILL, 09+3prompts, 08-glossary, trending … #112

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check markdown formatting
uses: DavidAnson/markdownlint-cli2-action@v16
with:
config: .markdownlint.json
globs: '**/*.md'