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

Commit

Permalink
Moved the CLI into its own package so this can be imported
Browse files Browse the repository at this point in the history
  • Loading branch information
jclapis committed May 24, 2024
1 parent 185862a commit 277f00e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.21.10
- run: cd ${GITHUB_WORKSPACE} && go build .
- run: cd ${GITHUB_WORKSPACE}/app && go build .
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ go.work

# Binaries
beacon-mock
app/app
File renamed without changes.

0 comments on commit 277f00e

Please sign in to comment.