We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ae3e2 commit 43a639fCopy full SHA for 43a639f
.github/workflows/lint-bicep.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Upgrade bicep
18
run: |
19
which bicep
20
- sudo curl -o $(which bicep) -L https://github.com/Azure/bicep/releases/download/v0.35.1/bicep-linux-x64
+ sudo curl -o $(which bicep) -L https://github.com/Azure/bicep/releases/download/v0.36.1/bicep-linux-x64
21
sudo chmod +x $(which bicep)
22
- name: Lint .bicep files
23
run: $ErrorActionPreference='Continue'; eng/scripts/Test-BicepLint.ps1 -Verbose
0 commit comments