ci: setup unit tests, linting

This commit is contained in:
Julian Tölle 2024-08-03 03:04:49 +02:00
parent e0b1e2221d
commit 4dfc8e9654
3 changed files with 63 additions and 3 deletions

View file

@ -8,9 +8,6 @@ import (
)
func TestAnalyzeCommits(t *testing.T) {
type args struct {
commits []Commit
}
tests := []struct {
name string
commits []Commit