Skip to content

feat(store-sync): add status and block number to return type of waitForTransaction #511

feat(store-sync): add status and block number to return type of waitForTransaction

feat(store-sync): add status and block number to return type of waitForTransaction #511

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Run lint
runs-on: ubuntu-latest-16-cores
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Lint
run: pnpm lint