Skip to content

Merge branch 'develop' of github.com:JackGruber/joplin-plugin-note-ov… #118

Merge branch 'develop' of github.com:JackGruber/joplin-plugin-note-ov…

Merge branch 'develop' of github.com:JackGruber/joplin-plugin-note-ov… #118

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
buildAndTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- name: Install dependencies
run: npm install
- name: Build
run: npm run dist
- name: Run test
run: npm test