Skip to content

Bump auto-changelog from 2.4.0 to 2.5.0 #305

Bump auto-changelog from 2.4.0 to 2.5.0

Bump auto-changelog from 2.4.0 to 2.5.0 #305

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@v4
with:
node-version: '20.10'
cache: 'npm'
- name: Build and Test
id: build
run: |
npm install
npm run build