Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
run: |
cd gopath/github.com/katydid/parser-go-reflect
go mod download -x
- name: Install tools
run: |
cd gopath/github.com/katydid/parser-go-reflect
go install -x github.com/awalterschulze/checklicense
- name: env
run: env && go env && pwd
- name: tree
Expand All @@ -35,9 +31,10 @@ jobs:
cd gopath/github.com/katydid/parser-go-reflect
make test
- name: Checklicencse
run: |
cd gopath/github.com/katydid/parser-go-reflect
make checklicense
uses: awalterschulze/checklicense@v1.0.6
with:
path: gopath/github.com/katydid/parser-go-reflect
ignores: doc.go .svg .txt
- name: Diff
run: |
cd gopath/github.com/katydid/parser-go-reflect
Expand Down
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@

all: nuke build test

checklicense:
go get github.com/awalterschulze/checklicense
checklicense . \
doc.go \
tools/tools.go \
.svg \
.txt

test:
go test ./...

Expand All @@ -39,10 +31,5 @@ bench:
gofmt:
gofmt -l -s -w .

travis:
make all
make checklicense
make diff

diff:
git diff --exit-code .
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@ module github.com/katydid/parser-go-reflect

go 1.24

tool github.com/awalterschulze/checklicense

require github.com/katydid/parser-go v0.7.2

require github.com/awalterschulze/checklicense v1.0.0 // indirect
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
github.com/awalterschulze/checklicense v1.0.0 h1:SiRilt26Q+2M238VbXw+e5826mxPypvsj/xgglHDHW8=
github.com/awalterschulze/checklicense v1.0.0/go.mod h1:oUHvoD4crryzAwDwtdQqCnaZRznAvZE64edH9ukb1K4=
github.com/katydid/parser-go v0.7.2 h1:nXkqDoTP4uU0XMLcYmqwsxfrm1ciu2GFdk1T2g0UNcs=
github.com/katydid/parser-go v0.7.2/go.mod h1:3Oe5QRVSv2L8x7KlZooujIqsZRQXk3htVbzRvXeptzA=