/
alt3rmann
/
graphql-engine
Обзор
Документация
Войти
/
alt3rmann
/
graphql-engine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/make/ci.mk
16 строк
525 B
Daniel Harvey
[ci] split out `api-tests` runs by backend
30 ноя 2022, 19:23
30 ноя 2022, 19:23
fe40ece
Код
Авторство
О чём код?
WORKSPACE ?= $(shell dirname $(shell pwd))/ .PHONY: pipeline-build ## pipeline-build: check that the CI pipeline still builds pipeline-build: cd .buildkite/pipeline-gen && go build ./... .PHONY: pipeline-format ## pipeline-format: run go fmt on all the Go files in .buildkite pipeline-format: cd .buildkite && gofmt -l -w -s . .PHONY: pipeline-shellcheck ## pipeline-shellcheck: run shellcheck on all CI scripts in .buildkite/scripts pipeline-shellcheck: shellcheck .buildkite/scripts/{.,**}/*.sh -P .buildkite/scripts