Skip to content

Add VS Code extension platform for editing .learningmap files (with browser support and fully configurable keyboard shortcuts) #195

Add VS Code extension platform for editing .learningmap files (with browser support and fully configurable keyboard shortcuts)

Add VS Code extension platform for editing .learningmap files (with browser support and fully configurable keyboard shortcuts) #195

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Test packages
run: pnpm test
- name: Build packages
run: pnpm build