Skip to content

Merge pull request #78 from divaprotocol/pastoralists-3-how-to-partic… #255

Merge pull request #78 from divaprotocol/pastoralists-3-how-to-partic…

Merge pull request #78 from divaprotocol/pastoralists-3-how-to-partic… #255

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