Skip to content

Commit

Permalink
changed main.go to tickgit.go
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyhsohn committed Jun 11, 2020
1 parent b111d60 commit 703bd75
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v1

- name: Build
run: go build -v cmd/main.go
run: go build -v cmd/tickgit.go

- name: Test
run: go test -v ./...
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before:
- go mod tidy
builds:
-
main: ./cmd/main.go
main: ./cmd/tickgit.go
env:
- CGO_ENABLED=0
brews:
Expand Down
File renamed without changes.

0 comments on commit 703bd75

Please sign in to comment.