Azure Bicep with GitHub Actions Azure Bicepにはv0.4.1からLinter機能が搭載されています。 AZ CLIにも組み込まれておりいつでも利用可能です。また、Visual Studio Code Extensionにも含まれているためBicepコードを記述しながらLint結果を確認することができます。 ここまで来ると、Pull Request発行時にもLinterを実行したくなるというものです。 ということで今回実現したいのは次の2点です。 Azure Bicep LinterをGitHub Actionsで実現する 同時にProblem Matc…