Skip to content

chore: bump solint version & ignore gas-custom-error (#17) #181

chore: bump solint version & ignore gas-custom-error (#17)

chore: bump solint version & ignore gas-custom-error (#17) #181

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