Skip to content

add custom message if user has not voted on proposals #845

add custom message if user has not voted on proposals

add custom message if user has not voted on proposals #845

Workflow file for this run

name: Unit tests
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test