Skip to content

feat: show next scheduled voting date in replies #5

feat: show next scheduled voting date in replies

feat: show next scheduled voting date in replies #5

Workflow file for this run

on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build