Skip to content

add AGENTS.md to codex (#2152) #1343

add AGENTS.md to codex (#2152)

add AGENTS.md to codex (#2152) #1343

Workflow file for this run

name: markdown
on:
push:
branches:
- master
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
ignore: 'tests/'