ci: format

This commit is contained in:
Dax Raad
2025-09-09 23:43:58 -04:00
parent 38e8c42cf0
commit b05cbc9101

View File

@@ -32,8 +32,8 @@ Check out the [**GitLab docs**](https://docs.gitlab.com/user/duo_agent_platform/
5. Configure CI/CD variables 5. Configure CI/CD variables
6. Create a flow config file, here's an example: 6. Create a flow config file, here's an example:
<details> <details>
<summary>Flow configuration</summary> <summary>Flow configuration</summary>
```yaml ```yaml
image: node:22-slim image: node:22-slim
@@ -106,7 +106,7 @@ Check out the [**GitLab docs**](https://docs.gitlab.com/user/duo_agent_platform/
- GITLAB_HOST - GITLAB_HOST
``` ```
</details> </details>
You can refer to the [GitLab CLI agents docs](https://docs.gitlab.com/user/duo_agent_platform/agent_assistant/) for detailed instructions. You can refer to the [GitLab CLI agents docs](https://docs.gitlab.com/user/duo_agent_platform/agent_assistant/) for detailed instructions.