refactor: rename module github.com/Kichiyaki/gootp -> gitea.dwysokinski.me/Kichiyaki/gootp #2

Merged
Kichiyaki merged 2 commits from refactor/new-module-name into master 2022-09-04 08:04:31 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit ae789a625b - Show all commits

View File

@ -7,7 +7,6 @@ steps:
- name: test
image: golang:1.19
commands:
- make generate
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
trigger:
@ -26,7 +25,6 @@ steps:
- name: check go.mod
image: golang:1.19
commands:
- make generate
- go mod tidy
- git diff --exit-code go.mod
@ -46,7 +44,6 @@ steps:
- name: run golangci-lint
image: golangci/golangci-lint:v1.49
commands:
- make generate
- golangci-lint run
trigger: