Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Feb 16, 2022
1 parent 622a865 commit 80c8b87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: build

on: push
on:
push:
branches:
- main
pull_request:

jobs:
job-test:
Expand Down
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ build:
go build -ldflags="$(BUILD_LDFLAGS)"

depsdev:
go get golang.org/x/tools/cmd/cover
go get golang.org/x/lint/golint
go get github.com/linyows/git-semv/cmd/git-semv
go get github.com/Songmu/ghch/cmd/ghch
go get github.com/Songmu/gocredits/cmd/gocredits
go get github.com/securego/gosec/cmd/gosec
go install github.com/Songmu/ghch/cmd/ghch@v0.10.2
go install github.com/Songmu/gocredits/cmd/gocredits@v0.2.0
go install github.com/securego/gosec/v2/cmd/gosec@v2.8.1

prerelease:
git pull origin main --tag
Expand Down

0 comments on commit 80c8b87

Please sign in to comment.