From 09ff335665182901eed07d383b05f4dfce4f2264 Mon Sep 17 00:00:00 2001 From: "franz.germann1" Date: Thu, 19 Dec 2024 15:36:49 +0100 Subject: [PATCH] styling --- docs/user-documentation/ci-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:**