Skip to content

Commit 73d657d

Browse files
committed
Remove format checking as part of make check
1 parent d9f4b93 commit 73d657d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ check:
3232
npm run check
3333
# Frontend lint
3434
npx biome lint .
35-
# Frontend format check
36-
npx biome format .
3735
# Backend lint
3836
go vet
3937

0 commit comments

Comments
 (0)