Skip to content

implementation of a DAO governance plugin #139

implementation of a DAO governance plugin

implementation of a DAO governance plugin #139

Workflow file for this run

name: Tests
on: [pull_request,workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test
env:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}