Skip to content

add hotkey for traverse to parent node (#606) #108

add hotkey for traverse to parent node (#606)

add hotkey for traverse to parent node (#606) #108

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Test & Build
run: |
npm ci
npm run extension:build
npm run test:ci