Skip to content

chore: make sign and verify EIP-712 compatible #25

chore: make sign and verify EIP-712 compatible

chore: make sign and verify EIP-712 compatible #25

Workflow file for this run

name: "Tests"
on:
pull_request:
branches: ["**"]
push:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v2
with:
node-version: 18
- name: install
run: yarn install
- name: lint
run: yarn lint
- name: test
run: yarn test