Skip to content

Commit

Permalink
dev: Add Bicep lint
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 10, 2024
1 parent 8e90ca9 commit fe7250f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe7250f

Please sign in to comment.