Skip to content

feat: update config for testing and production #102

feat: update config for testing and production

feat: update config for testing and production #102

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Prepare subgraph.yaml
run: yarn prepare:polygon-production
- name: Generate types
run: yarn codegen
- name: Run linting checks
run: yarn run check