Skip to content

fix(completion): handle cursor-on-value position; refactor tests; upd… #164

fix(completion): handle cursor-on-value position; refactor tests; upd…

fix(completion): handle cursor-on-value position; refactor tests; upd… #164

Workflow file for this run

name: CI
on:
push
jobs:
ci:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
command: [checks, tests]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm i
- run: npm run ${{ matrix.command }}