Skip to content

v0.5.0 — 11-content-agent + screenshots #117

v0.5.0 — 11-content-agent + screenshots

v0.5.0 — 11-content-agent + screenshots #117

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'