From 9a81ed68bbb737f570ef1d7c52c65e9500ac3b7e Mon Sep 17 00:00:00 2001 From: Tejas Nagchandi <76960497+tejas-nagchandi@users.noreply.github.com> Date: Mon, 25 Jul 2022 15:31:03 +0200 Subject: [PATCH] Updated README and remove the support referrence of bicep with arm-ttk (#3164) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 799414ed..f8b08ca8 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Developers on **GitHub** can call the **GitHub Action** to lint their codebase w | --------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Ansible** | [ansible-lint](https://github.com/ansible/ansible-lint) | | **AWS CloudFormation templates** | [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint/) | -| **Azure Resource Manager (Bicep)(ARM)** | [arm-ttk](https://github.com/azure/arm-ttk) | +| **Azure Resource Manager (ARM)** | [arm-ttk](https://github.com/azure/arm-ttk) | | **C++** | [cpp-lint](https://github.com/cpplint/cpplint) / [clang-format](https://clang.llvm.org/docs/ClangFormatStyleOptions.html) | | **C#** | [dotnet-format](https://github.com/dotnet/format) / [clang-format](https://clang.llvm.org/docs/ClangFormatStyleOptions.html) | | **CSS** | [stylelint](https://stylelint.io/) |