Skip to content

Upgrade thirdweb to v5.100.1 and update UserOp handling for gas overrides #166

Upgrade thirdweb to v5.100.1 and update UserOp handling for gas overrides

Upgrade thirdweb to v5.100.1 and update UserOp handling for gas overrides #166

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.ref }}
- name: Set up Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run lint
run: yarn lint