Skip to content

Ensure all all event queries use block from ContractReadOptions for toBlock #1129

Ensure all all event queries use block from ContractReadOptions for toBlock

Ensure all all event queries use block from ContractReadOptions for toBlock #1129

Workflow file for this run

# https://turbo.build/repo/docs/ci/github-actions
name: Typecheck
on: [pull_request]
jobs:
lint:
name: Typecheck
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn
- name: Check types
run: yarn typecheck