Skip to content

Change Slack references to use the new Mattermost team #27

Change Slack references to use the new Mattermost team

Change Slack references to use the new Mattermost team #27

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
- run: npm install
- run: npm run build