Skip to content

feat(sqrt): add sqrt support #37

feat(sqrt): add sqrt support

feat(sqrt): add sqrt support #37

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