Skip to content

Implemented feature to not fill up all reaction spots in #memes #979

Implemented feature to not fill up all reaction spots in #memes

Implemented feature to not fill up all reaction spots in #memes #979

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
run-tests:
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v3
with:
submodules: 'true'
- name: dependencies
run: npm i --dev
- name: run test
run: npm test