Compare commits
No commits in common. 'main' and 'v0.0.3' have entirely different histories.
@ -1,4 +1,4 @@
|
||||
package gitflamecivalidator
|
||||
package gitlabcivalidator
|
||||
|
||||
import "gopkg.in/yaml.v3"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package gitflamecivalidator
|
||||
package gitlabcivalidator
|
||||
|
||||
import (
|
||||
"fmt"
|
@ -1,10 +1,10 @@
|
||||
package gitflamecivalidator
|
||||
package gitlabcivalidator
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"gopkg.in/yaml.v3"
|
||||
"strings"
|
||||
"tea.gitpark.ru/Azaki/ci_validator/errors"
|
||||
"tea.gitpark.ru/Azaki/CI_VALIDATOR/errors"
|
||||
"time"
|
||||
)
|
||||
|
Loading…
Reference in new issue