Skip to content

fix: make pi-no-soft-cursor work with editor overrides (#13) #64

fix: make pi-no-soft-cursor work with editor overrides (#13)

fix: make pi-no-soft-cursor work with editor overrides (#13) #64

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- run: yarn install --immutable
- run: yarn lint
- run: yarn build
- run: yarn test