Skip to content

feat: remove project sheet, link to project view #557

feat: remove project sheet, link to project view

feat: remove project sheet, link to project view #557

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install
run: npm ci --legacy-peer-deps
- name: Test
run: npm run test