Commit 11ee8e0a authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7256 from ethereum-optimism/09-14-fix_indexer_Fix_tygo_check_in_ci

fix(indexer): Fix tygo check in ci
parents b3c77b0a cb4017b6
......@@ -863,10 +863,6 @@ jobs:
name: Lint
command: golangci-lint run -E goimports,sqlclosecheck,bodyclose,asciicheck,misspell,errorlint --timeout 4m -e "errors.As" -e "errors.Is" ./...
working_directory: indexer
- run:
name: Check generated code
command: npm run generate && git diff --exit-code
working_directory: indexer/api-ts
- run:
name: install geth
command: make install-geth
......@@ -891,6 +887,14 @@ jobs:
name: Build
command: make indexer
working_directory: indexer
- run:
name: Install tygo
command: go install github.com/gzuidhof/tygo@latest
working_directory: indexer/api-ts
- run:
name: Check generated code
command: npm run generate && git diff --exit-code
working_directory: indexer/api-ts
devnet:
machine:
......
Generated typescript types for https://github.com/ethereum-optimism/optimism/tree/develop/indexer
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment