Skip to content

79 instantiation on peeramidlabs distributor must be token gated #203

79 instantiation on peeramidlabs distributor must be token gated

79 instantiation on peeramidlabs distributor must be token gated #203

Workflow file for this run

name: CI
on:
pull_request:
branches: [main,staging]
types: [opened, reopened, labeled, synchronize]
env:
FORK_RPC_URL: ${{ secrets.FORK_RPC_URL }}
NODE_ENV: 'TEST'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: './.github/setup'
- name: Building
run: pnpm build
- name: Linting
run: pnpm lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: './.github/setup'
- name: Running tests
run: pnpm test:parallel