Skip to content

[WIP] call contract test #34

[WIP] call contract test

[WIP] call contract test #34

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- staging
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run tsc, eslint and prettier
run: yarn ci