Skip to content

Commit c1f78d2

Browse files
authored
docs: correct GitHub casing (#8254)
1 parent 480be1a commit c1f78d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guide/improving-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Collect the results stored in `.vitest-reports` directory from each machine and
9797
vitest run --merge-reports
9898
```
9999

100-
::: details Github action example
100+
::: details GitHub Actions example
101101
This setup is also used at https://github.com/vitest-tests/test-sharding.
102102

103103
```yaml

docs/guide/reporters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,13 +463,13 @@ export default defineConfig({
463463
```
464464
:::
465465

466-
### Github Actions Reporter {#github-actions-reporter}
466+
### GitHub Actions Reporter {#github-actions-reporter}
467467

468468
Output [workflow commands](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-error-message)
469469
to provide annotations for test failures. This reporter is automatically enabled with a [`default`](#default-reporter) reporter when `process.env.GITHUB_ACTIONS === 'true'`.
470470

471-
<img alt="Github Actions" img-dark src="https://github.com/vitest-dev/vitest/assets/4232207/336cddc2-df6b-4b8a-8e72-4d00010e37f5">
472-
<img alt="Github Actions" img-light src="https://github.com/vitest-dev/vitest/assets/4232207/ce8447c1-0eab-4fe1-abef-d0d322290dca">
471+
<img alt="GitHub Actions" img-dark src="https://github.com/vitest-dev/vitest/assets/4232207/336cddc2-df6b-4b8a-8e72-4d00010e37f5">
472+
<img alt="GitHub Actions" img-light src="https://github.com/vitest-dev/vitest/assets/4232207/ce8447c1-0eab-4fe1-abef-d0d322290dca">
473473

474474
If you configure non-default reporters, you need to explicitly add `github-actions`.
475475

0 commit comments

Comments
 (0)