fix: check only latest commit for non-ascii chars #38

Merged
张泊明518370910136 merged 5 commits from fix_check-latest-commit-only into master 2024-09-20 15:08:27 +08:00
Showing only changes of commit a423f5b7dd - Show all commits

View File

@ -5,7 +5,6 @@ import (
"log/slog"
"strings"
"unicode"
"github.com/go-git/go-git/v5"
)