Skip to content

Commit 9a5a349

Browse files
committed
update heading structure for Continuous Integration (CI)
1 parent b43b725 commit 9a5a349

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/source/best-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,13 +378,13 @@ organisation or repository level.
378378

379379
All repositories use GitHub Actions for continuous integration.
380380

381-
**Key characteristics**
381+
###### Key characteristics
382382

383383
- CI is enabled by default
384384
- Workflows live in `.github/workflows/`
385385
- CI runs automatically on pushes and pull requests
386386

387-
**Standard CI checks**
387+
###### Standard CI checks
388388

389389
- Unit tests across supported Python versions and platforms
390390
- Pre-commit linting and formatting
@@ -393,7 +393,7 @@ All repositories use GitHub Actions for continuous integration.
393393

394394
CI workflows assume the project can be installed using:
395395

396-
pip install -e .[pre-commit,docs,testing]
396+
pip install -e .[pre-commit,docs,testing]
397397

398398
No manual setup is required to enable GitHub Actions.
399399

0 commit comments

Comments
 (0)