Skip to content

removed lexical formatting in favour of a new plugin #51

removed lexical formatting in favour of a new plugin

removed lexical formatting in favour of a new plugin #51

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