Skip to content

Append newline to autocomplete input if it's missing (fixes #303) (#304) #306

Append newline to autocomplete input if it's missing (fixes #303) (#304)

Append newline to autocomplete input if it's missing (fixes #303) (#304) #306

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Test
run: go test ./...
node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: cd npm && node test.js