chore: Add golangci fmt for pre-commit

This commit is contained in:
abhisek 2025-11-27 15:00:10 +05:30
parent 4e39cebe61
commit 070c5f5a24
No known key found for this signature in database
GPG Key ID: CB92A4990C02A88F
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@ When contributing changes to repository, follow these steps:
### Requirements
- Go 1.24.3+
- Go 1.25.0+
### Install Dependencies

View File

@ -7,6 +7,8 @@ pre-push:
pre-commit:
parallel: true
commands:
linter-fmt:
run: golangci-lint fmt
linter:
run: golangci-lint run -n
secrets-scanning: