From fe7250f416c214d37166ee074bb3b4f39fbc2935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Tue, 10 Dec 2024 20:16:08 +0100 Subject: [PATCH] dev: Add Bicep lint --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2c671e3..d1e5c4c 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,9 @@ lint: @echo "➡️ Check Python code style..." uv run ruff check --select I,PL,RUF,UP,ASYNC,A,DTZ,T20,ARG,PERF --ignore RUF012 --fix + @echo "➡️ Check Bicep code style..." + az bicep lint --file cicd/bicep/main.bicep + tunnel: @echo "➡️ Creating tunnel..." devtunnel show $(tunnel_name) || devtunnel create $(tunnel_name) --allow-anonymous --expiration 1d