Skip to content

fix(type): use number | bigint in interface #35

fix(type): use number | bigint in interface

fix(type): use number | bigint in interface #35

Workflow file for this run

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