Skip to content

New "Text" UI

New "Text" UI #944

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 18
# - run: npm run build
- run: npm ci
- run: npm test