feat: add v2_2 startblock on playground #97
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |