feat(tests): add unit tests for SanitizeForLog function

This commit is contained in:
GitHub Actions
2025-12-03 14:03:49 +00:00
parent edeaacbfaa
commit dbdb3fe7be
2 changed files with 72 additions and 1 deletions

View File

@@ -30,9 +30,9 @@ repos:
name: Go Test Coverage
entry: scripts/go-test-coverage.sh
language: script
files: '\.go$'
pass_filenames: false
verbose: true
always_run: true
- id: go-vet
name: Go Vet
entry: bash -c 'cd backend && go vet ./...'