From e4c9fd5c620c50bc3da910010aed09904601b6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:38:40 +0200 Subject: [PATCH] Fix formatting in CI/CD workflows section --- .github/agent-build.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agent-build.instructions.md b/.github/agent-build.instructions.md index e8ac44ee..c6c87ae9 100644 --- a/.github/agent-build.instructions.md +++ b/.github/agent-build.instructions.md @@ -23,7 +23,7 @@ Use these timeout values when running builds: ### Code Style Summary - **C++** files in `wled00/` and `usermods/`: 2-space indentation (no tabs), camelCase functions/variables, PascalCase classes, UPPER_CASE macros. No C++ exceptions — use return codes and debug macros. - **Web UI** files in `wled00/data`: indent HTML and JavaScript with tabs, CSS with tabs. -- **CI/CD workflows** in `.github/workflows`: 2-space indentation, descriptive `name:` on every workflow/job/step. Third-party actions must be pinned to a specific version tag — branch pins such as @main or @master are not allowed. SHA pinning recommended. +- **CI/CD workflows** in `.github/workflows`: 2-space indentation, descriptive `name:` on every workflow/job/step. Third-party actions must be pinned to a specific version tag — branch pins such as `@main` or `@master` are not allowed. SHA pinning recommended. ### Web UI Changes