diff --git a/docs/user-documentation/ci-workflow.md b/docs/user-documentation/ci-workflow.md index 5743918..e8766f2 100644 --- a/docs/user-documentation/ci-workflow.md +++ b/docs/user-documentation/ci-workflow.md @@ -19,7 +19,7 @@ The CI pipeline consists of several predefined steps designed to ensure quality - **📥 Checkout:** Retrieves the latest version of the repository to ensure the workflow is working with the most recent code. -- **📝 Linting (using [golangci-lint](https://github.com/golangci/golangci-lint):** +- **📝 Linting (using [golangci-lint](https://github.com/golangci/golangci-lint)):** Analyzes the code for potential issues, formatting errors, or stylistic inconsistencies. - **🔑 Docker Login:**