Skip to content

Merge pull request #53 from bartkessels/release/1.11.0 #102

Merge pull request #53 from bartkessels/release/1.11.0

Merge pull request #53 from bartkessels/release/1.11.0 #102

Workflow file for this run

name: Build and test the daily-note-calendar plugin
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v3
with:
node-version: latest
- name: Build en test plugin
run: |
npm install
npm run test