Skip to content

Merge pull request #68 from ebullient/dependabot/npm_and_yarn/sass-1.… #212

Merge pull request #68 from ebullient/dependabot/npm_and_yarn/sass-1.…

Merge pull request #68 from ebullient/dependabot/npm_and_yarn/sass-1.… #212

Workflow file for this run

name: Build and Test Obsidian Plugin
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.5'
cache: 'npm'
- name: Build and Test
id: build
run: |
npm install
npm run build