Skip to content

Convert type of receipt from ethers v6 to hardhat-deploy #216

Convert type of receipt from ethers v6 to hardhat-deploy

Convert type of receipt from ethers v6 to hardhat-deploy #216

Workflow file for this run

name: Code
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Format
run: yarn format