Skip to content

Updated muted chats to check for username case sensitivity (#716) #1439

Updated muted chats to check for username case sensitivity (#716)

Updated muted chats to check for username case sensitivity (#716) #1439

name: Build & Test
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: yarn test