Skip to content

added dao rewards distributor transformers and formulas #620

added dao rewards distributor transformers and formulas

added dao rewards distributor transformers and formulas #620

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
name: Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run test