Skip to content

chore(deps): bump @codemirror/lang-markdown from 6.0.0 to 6.2.5 #950

chore(deps): bump @codemirror/lang-markdown from 6.0.0 to 6.2.5

chore(deps): bump @codemirror/lang-markdown from 6.0.0 to 6.2.5 #950

Workflow file for this run

name: Lint, TypeCheck, Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn && yarn lint
- run: yarn tc
- run: yarn test