Lint your Bicep and Bicepparam files with GitHub Workflow
Linters are a very powerfull tool to validate if your code is correct. With the new az bicep lint --file $file
command you can validate if your Bicep and Bicepparam files are correct. This command is available in the Azure CLI and can be used in a GitHub Action.