Skip to content

feat: cancel vote for the same option in second time #186

feat: cancel vote for the same option in second time

feat: cancel vote for the same option in second time #186

Workflow file for this run

name: Tests and Checks
on:
pull_request:
jobs:
security:
uses: lidofinance/linters/.github/workflows/security.yml@master
permissions:
security-events: write
contents: read
docker:
uses: lidofinance/linters/.github/workflows/docker.yml@master
actions:
uses: lidofinance/linters/.github/workflows/actions.yml@master
lint_and_build:
runs-on: ubuntu-latest
name: Lint and build
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Check types
run: yarn types
- name: Build
run: yarn build