Skip to content

Merge pull request #80 from divaprotocol/third-campaign-completion-re… #264

Merge pull request #80 from divaprotocol/third-campaign-completion-re…

Merge pull request #80 from divaprotocol/third-campaign-completion-re… #264

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