diff --git a/src/development/workflow.md b/src/development/workflow.md index edaeffd..1b23af4 100644 --- a/src/development/workflow.md +++ b/src/development/workflow.md @@ -30,4 +30,4 @@ Push the code to a new branch in the repository. If it's ready and fully working, make a pull request to merge it into `main`. ## 5. CI -Eventually, I want to have **CI** enabled, to allow automated tests, checking, and releases. +Eventually, I want to have some sort of [CI](https://fasterthanli.me/articles/my-ideal-rust-workflow) system, to allow automated tests, checking, and releases.