We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
make fmt
1 parentd82b10c commitb3ec9aaCopy full SHA for b3ec9aa
docs/tutorials/testing-templates.md
@@ -21,12 +21,12 @@ ensures your templates are validated, tested, and promoted seamlessly.
21
22
- Install and configure Coder CLI in your environment.
23
- Install Terraform CLI in your CI environment.
24
-- Configure[user roles and permissions](../admin/users/groups-roles.md#roles) for your Coder instance.
+- Configure[user roles and permissions](../admin/users/groups-roles.md#roles)
25
+ for your Coder instance.
26
27
##Example GitHub Action Workflow
28
-This example workflow tests and publishes a template using GitHub
29
-Actions.
+This example workflow tests and publishes a template using GitHub Actions.
30
31
The workflow:
32