Skip to content

chore: add require check for fromSupply + quantity <= type(uint32).max #338

chore: add require check for fromSupply + quantity <= type(uint32).max

chore: add require check for fromSupply + quantity <= type(uint32).max #338

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
steps:
- name: Check out
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn add solhint
- run: yarn lint