Skip to content

init commit

init commit #1

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn add solhint
- run: yarn lint