remove ProjectFile stuff

This commit is contained in:
2022-02-19 18:09:51 +05:30
parent 67f60bae11
commit 03c02caefb
7 changed files with 20 additions and 280 deletions

View File

@@ -3,8 +3,8 @@ package resource
import (
"sort"
"github.com/cppforlife/go-semi-semantic/version"
"code.gitea.io/sdk/gitea"
"github.com/cppforlife/go-semi-semantic/version"
)
type CheckCommand struct {
@@ -47,9 +47,9 @@ func (c *CheckCommand) Run(request CheckRequest) ([]Version, error) {
continue
}
/* if tag.Release == nil {
continue
}*/
/* if tag.Release == nil {
continue
}*/
filteredTags = append(filteredTags, tag)
}