Skip to content

chore: change error to warn for max-line-length #332

chore: change error to warn for max-line-length

chore: change error to warn for max-line-length #332

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