Skip to content

refactor(codemirror): extract class names #616

refactor(codemirror): extract class names

refactor(codemirror): extract class names #616

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- main
paths-ignore:
- "**.md"
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
check-latest: true
cache: "npm"
- run: npm ci
- run: npm test