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