Skip to content

feat: erc721 signature for referendum #75

feat: erc721 signature for referendum

feat: erc721 signature for referendum #75

Workflow file for this run

---
name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
hardhat:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: make test
- run: make testfy # internal tests