Skip to content

feat: add markdown monospace theme #16

feat: add markdown monospace theme

feat: add markdown monospace theme #16

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Build packages
run: yarn build
- name: Test packaging
run: yarn workspace @standardnotes/community-cdn run package