Skip to content

feat: Improve useChainState and standardize contract loading #29

feat: Improve useChainState and standardize contract loading

feat: Improve useChainState and standardize contract loading #29

Workflow file for this run

name: "ESLint check"
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20.11.0
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: npm install
- name: Lint
run: npm run lint