Skip to content

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

Ensure all all event queries use block from ContractReadOptions for toBlock

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

Workflow file for this run

# https://turbo.build/repo/docs/ci/github-actions
name: Lint
on: [pull_request]
jobs:
lint:
name: Lint
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: Lint files
run: yarn lint