File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -378,13 +378,13 @@ organisation or repository level.
378378
379379All 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
394394CI 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
398398No manual setup is required to enable GitHub Actions.
399399
You can’t perform that action at this time.
0 commit comments