Skip to content

fix: display emojis in follow notification (#282) #35

fix: display emojis in follow notification (#282)

fix: display emojis in follow notification (#282) #35

Workflow file for this run

on:
pull_request:
push:
branches: ["main"]
concurrency:
cancel-in-progress: true
group: test-${{ github.ref }}
jobs:
tests:
name: Run full test suite
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v3
- name: Install dependencies
run: |
npm ci
- name: Run tests
run: |
npm test