Skip to content

Merge pull request #60 from ormai/main #71

Merge pull request #60 from ormai/main

Merge pull request #60 from ormai/main #71

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