Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ env:
CARGO_TERM_COLOR: always

jobs:
# Ungated and standalone, matching `aicers/roxyd` and `aicers/agentcoop`. Kept
# out of `check` so a clippy failure cannot hide the Markdown result, and so
# the lint survives if the expensive jobs are ever put behind a path filter.
markdown:
name: Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: DavidAnson/markdownlint-cli2-action@v24
with:
globs: "**/*.md"

check:
name: Quality Check
runs-on: ubuntu-latest
Expand Down