Skip to content

Merge pull request #71 from divaprotocol/mcv-blog-edits #234

Merge pull request #71 from divaprotocol/mcv-blog-edits

Merge pull request #71 from divaprotocol/mcv-blog-edits #234

Workflow file for this run

on: push
name: Check types
jobs:
pr:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Install dependencies
run: yarn
- name: Run eslint and typescript to check for errors
run: yarn workspaces run lint