Skip to content

add MeetupResult type and extend CommunityMetadata with AnnouncementSigner and CommunityRules #209

add MeetupResult type and extend CommunityMetadata with AnnouncementSigner and CommunityRules

add MeetupResult type and extend CommunityMetadata with AnnouncementSigner and CommunityRules #209

Workflow file for this run

name: Build and Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup
run: yarn install
- name: Build
run: yarn build
- name: generate types
run: yarn generate:types
- name: Run tests
run: yarn test