From c7b9f3dbfa7368a603b82489c572ea33ee78335f Mon Sep 17 00:00:00 2001 From: bizk Date: Sat, 9 Sep 2023 19:57:08 -0300 Subject: [PATCH] rosetta CLI installation --- .github/workflows/rosetta-cli-test.yaml | 2 ++ Makefile | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 284a33c..651b2bf 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -32,3 +32,5 @@ jobs: - name: Build Rosetta if: env.GIT_DIFF run: GOARCH=${{ matrix.go-arch }} make rosetta + - name: Rosetta-cli setup & test + run: GOARCH=${{ matrix.go-arch }} make rosetta-cli diff --git a/Makefile b/Makefile index 1213615..e85306d 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,6 @@ lint-fix: .PHONY: all build rosetta test lint lint-fix rosetta-cli: - echo "--> Running rosetta CLI" \ No newline at end of file + echo "Installing rosetta linter" + curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/master/scripts/install.sh | sh -s + ./rosetta-cli --configuration-file configs/rosetta-config-cli.json check:data \ No newline at end of file