Skip to content

Commit c551622

Browse files
ambvCopilot
andauthored
Clarify lint execution on CI
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7ac3e43 commit c551622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ npm run lint # ESLint (must pass with zero errors)
5151
npm run typecheck # TypeScript type checking
5252
```
5353

54-
Both checks run in CI on every push and pull request.
54+
Both checks run in CI on pushes to `main` and on pull requests.
5555

5656
### Database Management
5757
```bash

0 commit comments

Comments
 (0)