mirror of
https://github.com/zrepl/zrepl.git
synced 2025-07-06 17:30:20 +02:00
circleci: Add make formatcheck
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
@ -60,6 +60,15 @@ jobs:
|
|||||||
|
|
||||||
- run: make zrepl-bin
|
- run: make zrepl-bin
|
||||||
- run: make vet
|
- run: make vet
|
||||||
|
- run:
|
||||||
|
shell: /bin/bash
|
||||||
|
command: |
|
||||||
|
needformat="$(make formatcheck)"
|
||||||
|
if [ -n "$needformat" ]; then
|
||||||
|
echo "$needformat"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
exit 0
|
||||||
- run: make lint
|
- run: make lint
|
||||||
- run: make release
|
- run: make release
|
||||||
- run: make test-go
|
- run: make test-go
|
||||||
|
Reference in New Issue
Block a user