Skip to content

Merge branch 'improve-coverage' of https://github.com/bloxapp/ssv-net… #1418

Merge branch 'improve-coverage' of https://github.com/bloxapp/ssv-net…

Merge branch 'improve-coverage' of https://github.com/bloxapp/ssv-net… #1418

Workflow file for this run

name: Solidity linter
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm ci
env:
GH_TOKEN: ${{ secrets.github_token }}
- run: npx hardhat check