Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from septeni-original/client-only
Browse files Browse the repository at this point in the history
keep only client
  • Loading branch information
tkawachi authored Sep 11, 2020
2 parents 3262cb2 + 230954d commit 611da45
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
with:
version: latest
args: release --rm-dist
workdir: client
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
go-version: 1.15
-
name: Test
run: "cd client && go test -v ./cmd"
run: go test -v ./cmd
File renamed without changes.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

slack上で承認を集める!

https://github.com/septeni-original/slack-approval-server と協調して動作するクライアントです。
Empty file removed api-spec/.gitkeep
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed server/.gitkeep
Empty file.

0 comments on commit 611da45

Please sign in to comment.