Skip to content

Add Mattermost

Add Mattermost #88

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn lint
- run: yarn coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1