style: Run shfmt on workflows, actions and markdown bash code (#7333)

This commit is contained in:
Ayaz Salikhov
2026-05-27 20:24:18 +01:00
committed by GitHub
parent 1acc42313c
commit f9551ac5ca
20 changed files with 533 additions and 116 deletions

View File

@@ -15,8 +15,8 @@ Generation requires a one-time setup step to create a virtual environment
and install Python dependencies, followed by running the generation target:
```bash
cmake --build . --target setup_code_gen # create venv and install dependencies (once)
cmake --build . --target code_gen # generate code
cmake --build . --target setup_code_gen # create venv and install dependencies (once)
cmake --build . --target code_gen # generate code
```
By default, `CODEGEN_VENV_DIR` points to `.venv` in the project root. The