From bf6ec376c4cf30967e410371c2c57dfbe56d11f9 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 26 May 2026 16:36:22 +0200 Subject: [PATCH] chore(make): format on check --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 355027d..724a262 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,12 @@ -.PHONY: all check lint test +.PHONY: all check lint test format -all: check - -check: lint test +check: format lint test test: @scripts/test lint: @scripts/lint + +format: + @stylua .