ci: check format in CI pipeline #17
@@ -35,8 +35,10 @@ jobs:
|
|||||||
/go_cache
|
/go_cache
|
||||||
key: go_path-${{ steps.hash-go.outputs.hash }}
|
key: go_path-${{ steps.hash-go.outputs.hash }}
|
||||||
restore-keys: |-
|
restore-keys: |-
|
||||||
go_cache-${{ steps.hash-go.outputs.hash }}
|
go_cache-${{ steps.hash-go.outputs.hash }}
|
||||||
- name: build
|
- name: build
|
||||||
run: make build
|
run: make build
|
||||||
- name: test
|
- name: test
|
||||||
run: make test
|
run: make test
|
||||||
|
- name: check:format
|
||||||
|
run: make check-format
|
||||||
|
|||||||
Reference in New Issue
Block a user