Commit 33af1ba2 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7245 from...

Merge pull request #7245 from ethereum-optimism/09-13-chore_indexer_Add_ci_check_for_generated_types

chore(indexer): Add ci check for generated types
parents 212fa01a 8bcc9ccb
...@@ -863,6 +863,10 @@ jobs: ...@@ -863,6 +863,10 @@ jobs:
name: Lint name: Lint
command: golangci-lint run -E goimports,sqlclosecheck,bodyclose,asciicheck,misspell,errorlint --timeout 4m -e "errors.As" -e "errors.Is" ./... command: golangci-lint run -E goimports,sqlclosecheck,bodyclose,asciicheck,misspell,errorlint --timeout 4m -e "errors.As" -e "errors.Is" ./...
working_directory: indexer working_directory: indexer
- run:
name: Check generated code
command: npm run generate && git diff --exit-code
working_directory: indexer/api-ts
- run: - run:
name: install geth name: install geth
command: make install-geth command: make install-geth
......
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