Skip to content

fix: allow hiding self view #108

fix: allow hiding self view

fix: allow hiding self view #108

Workflow file for this run

name: Automated tests
on:
pull_request:
branches:
- staging
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm install
- name: Run tests
run: |
npm test