Skip to content

Introduce RevertReasonForwarder.reReason() #458

Introduce RevertReasonForwarder.reReason()

Introduce RevertReasonForwarder.reReason() #458

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn typechain
- run: yarn test:ci
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn typechain
- run: yarn coverage
- uses: codecov/codecov-action@v3