Skip to content

Commit 21252fe

Browse files
committed
space out the forge file
1 parent f2d65ab commit 21252fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

forge.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
project:
22
name: align
3+
34
steps:
45
build:
56
help: Build the project
@@ -12,12 +13,15 @@ steps:
1213
-X 'github.com/gomicro/align/cmd.clientID=$ALIGN_CLIENT_ID'
1314
-X 'github.com/gomicro/align/cmd.clientSecret=$ALIGN_CLIENT_SECRET'"
1415
-o {{.Project}} .
16+
1517
clean:
1618
help: Clean up all generated files
1719
cmd: go clean
20+
1821
lint:
1922
help: Run golangci-lint
2023
cmd: golangci-lint run
24+
2125
install:
2226
help: Install the binary
2327
envs:
@@ -28,10 +32,12 @@ steps:
2832
"-X 'github.com/gomicro/align/cmd.Version=dev-$(git rev-parse --short HEAD)'
2933
-X 'github.com/gomicro/align/cmd.clientID=$ALIGN_CLIENT_ID'
3034
-X 'github.com/gomicro/align/cmd.clientSecret=$ALIGN_CLIENT_SECRET'"
35+
3136
test:
3237
help: Run all available tests
3338
steps:
3439
- unit test
40+
3541
unit_test:
3642
help: Run the unit tests
3743
cmd: go test ./...

0 commit comments

Comments
 (0)