docs/checks/running-in-ci.mdx
Continue watches your repository for pull requests, runs each check defined in .continue/checks/, and reports results as GitHub status checks. A green check means the code passed; a red check means the code failed, with a suggested fix.
.continue/checks/ (see Write Your First Check)Once connected, Continue will start running checks on new pull requests in the selected repositories.
Continue reads the .continue/checks/ directory from your repository's default branch. Every .md file in that directory becomes a check that runs on every PR. No additional configuration is needed — commit a check file and it is active.
When a pull request is opened, reopened, or updated:
When a check fails and suggests changes: