Skip to content

fix(gno/dao): add GetMembersJSON to voting module interface & retrieve it from UI #213

fix(gno/dao): add GetMembersJSON to voting module interface & retrieve it from UI

fix(gno/dao): add GetMembersJSON to voting module interface & retrieve it from UI #213

Workflow file for this run

name: "lint-pr-title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}