Skip to content

Commit d139dd9

Browse files
aviavrahamclaude
andcommitted
docs: clarify parallel job execution in CI example (#388)
The example already uses separate jobs for lint and test (which run in parallel by default), but this wasn't obvious. Added an inline comment to make the parallelization explicit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0fd1975 commit d139dd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agentready/assessors/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ def _create_remediation(self) -> Remediation:
13361336
branches: [main]
13371337
13381338
jobs:
1339-
lint:
1339+
lint: # lint and test jobs run in parallel
13401340
name: Lint Code
13411341
runs-on: ubuntu-latest
13421342
steps:

0 commit comments

Comments
 (0)