Skip to content

docs: replace gitter links with discord (#45) #88

docs: replace gitter links with discord (#45)

docs: replace gitter links with discord (#45) #88

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: SDK build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.17.0'
- run: yarn install
- run: yarn test
- run: yarn coverage
- run: yarn build
- name: Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}