Skip to content

Add missing feature from ethers-v5 branch into ethers-v6 branch (optional bundleHash in relay response) #170

Add missing feature from ethers-v5 branch into ethers-v6 branch (optional bundleHash in relay response)

Add missing feature from ethers-v5 branch into ethers-v6 branch (optional bundleHash in relay response) #170

Workflow file for this run

name: 'lint'
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Node.js dependencies
run: npm ci
- name: Run lint
run: npm run lint