Skip to content

feat: differentiate vote messages for v1.0-rc proposals #15

feat: differentiate vote messages for v1.0-rc proposals

feat: differentiate vote messages for v1.0-rc proposals #15

Workflow file for this run

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