Skip to content

Commit e4c9fd5

Browse files
authored
Fix formatting in CI/CD workflows section
1 parent 08529a7 commit e4c9fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/agent-build.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use these timeout values when running builds:
2323
### Code Style Summary
2424
- **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.
2525
- **Web UI** files in `wled00/data`: indent HTML and JavaScript with tabs, CSS with tabs.
26-
- **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.
26+
- **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.
2727

2828
### Web UI Changes
2929

0 commit comments

Comments
 (0)