Skip to content

fix: expose stdio transport fallback (#300) #3

fix: expose stdio transport fallback (#300)

fix: expose stdio transport fallback (#300) #3

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Install Neovim
run: sudo apt-get update && sudo apt-get install -y neovim
- run: npm ci
- run: npm run lint
- run: npm test