Skip to content

build(deps-dev): bump solidity-coverage from 0.8.14 to 0.8.16 #469

build(deps-dev): bump solidity-coverage from 0.8.14 to 0.8.16

build(deps-dev): bump solidity-coverage from 0.8.14 to 0.8.16 #469

Workflow file for this run

name: Run tests and lint
on: [push]
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- name: Use Node.js 20.x
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4.4.0
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: Compile contracts
run: yarn compile
- name: Test and Lint
run: |
yarn test
yarn lint