Skip to content

Handle End Poll button, do not allow poll owner to close the poll ban… #121

Handle End Poll button, do not allow poll owner to close the poll ban…

Handle End Poll button, do not allow poll owner to close the poll ban… #121

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
- name: Install modules
run: yarn
- name: Build
run: yarn build