Skip to content

feat: Add Monokai Ristretto theme #34

feat: Add Monokai Ristretto theme

feat: Add Monokai Ristretto theme #34

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