Skip to content

build(deps): bump ethers types #91

build(deps): bump ethers types

build(deps): bump ethers types #91

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit