Skip to content

Commit 7c902ec

Browse files
lgirdwoodCopilot
andauthored
Update .agent/workflows/build_and_validate.md
indent fenced code block Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Liam Girdwood <lgirdwood@gmail.com>
1 parent 1b3887e commit 7c902ec

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.agent/workflows/build_and_validate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This workflow describes the process for building and validating any new C code f
77
**Note:** The QEMU build targets must be used for both building and testing.
88

99
1. Build the new C code feature using the `xtensa-build-zephyr.py` script.
10-
```bash
11-
./scripts/xtensa-build-zephyr.py
12-
```
10+
```bash
11+
./scripts/xtensa-build-zephyr.py
12+
```
1313

1414
2. Validate the feature with a ztest run using the `sof-qemu-run.sh` script.
15-
```bash
16-
./scripts/sof-qemu-run.sh
17-
```
15+
```bash
16+
./scripts/sof-qemu-run.sh
17+
```
1818

1919
3. Ensure that all new features and functions have appropriate Doxygen comments and that the Doxygen documentation builds without errors or warnings.

0 commit comments

Comments
 (0)