Skip to content

fix(build): fix tsconfig #29

fix(build): fix tsconfig

fix(build): fix tsconfig #29

Workflow file for this run

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