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 d358f05ca4 - Show all commits

View File

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