Commit 25ae1527 authored by Will Cory's avatar Will Cory

fix(indexer): Fix tygo check in ci

parent 6b9523cb
...@@ -887,6 +887,14 @@ jobs: ...@@ -887,6 +887,14 @@ jobs:
name: Build name: Build
command: make indexer command: make indexer
working_directory: 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: devnet:
machine: 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