Skip to content

Commit c25b627

Browse files
authored
add gh action for make (#14)
1 parent cd34d23 commit c25b627

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
go-version: '1.20'
1616

17+
- name: make verification
18+
run: make verifiers
19+
1720
- name: Build
1821
run: go build -v ./...
1922

0 commit comments

Comments
 (0)