Skip to content

(WIP) Add tests for EIP712 with uint256 and int256 #1168

(WIP) Add tests for EIP712 with uint256 and int256

(WIP) Add tests for EIP712 with uint256 and int256 #1168

Workflow file for this run

name: deps
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule: [cron: "00 00 * * *"]
jobs:
cargo-deny:
name: cargo deny check
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all