Skip to content

test(ethers): bump test version #95

test(ethers): bump test version

test(ethers): bump test version #95

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