Pamela Fox
commited on
Commit
·
d14a6c6
1
Parent(s):
1928deb
Add bicep format to CI
Browse files
.github/workflows/azure-bicep-validate.yaml
CHANGED
@@ -34,7 +34,7 @@ jobs:
|
|
34 |
- name: Format Bicep
|
35 |
uses: azure/CLI@v1
|
36 |
with:
|
37 |
-
inlineScript: az
|
38 |
|
39 |
- name: Format Bicep
|
40 |
uses: EndBug/add-and-commit@v9
|
|
|
34 |
- name: Format Bicep
|
35 |
uses: azure/CLI@v1
|
36 |
with:
|
37 |
+
inlineScript: az bicep format -f infra/main.bicep
|
38 |
|
39 |
- name: Format Bicep
|
40 |
uses: EndBug/add-and-commit@v9
|