Skip to content

v1.2.3

v1.2.3 #73

Workflow file for this run

name: Release Obsidian plugin
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
- name: Lint
id: lint
run: |
yarn install
yarn lint