This commit is contained in:
franz.germann1 2024-12-19 15:36:49 +01:00
parent 534e6b4592
commit 09ff335665

View file

@ -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:**