Skip to content

fix(logseq 10.5): Automatic link on pressing enter with Logseq 10.5 #38

fix(logseq 10.5): Automatic link on pressing enter with Logseq 10.5

fix(logseq 10.5): Automatic link on pressing enter with Logseq 10.5 #38

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run tests
run: yarn test