Skip to content

docs: replace gitter links with discord #52

docs: replace gitter links with discord

docs: replace gitter links with discord #52

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: webpack
- name: Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}