Skip to content

Commit a7a60a5

Browse files
add information on starter workflow
1 parent e91db92 commit a7a60a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/guide/continuous-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- run: cargo test --verbose
4949
```
5050

51-
This will test all three release channels, see [GitHub Actions documentation](https://docs.github.com/en/actions) for more information.
51+
This will test all three release channels. You can also click `"Actions" > "new workflow"` in the GitHub UI and select Rust to add the [default configuration](https://github.com/actions/starter-workflows/blob/main/ci/rust.yml) to your repo. See [GitHub Actions documentation](https://docs.github.com/en/actions) for more information.
5252

5353
### GitLab CI
5454

0 commit comments

Comments
 (0)