Skip to content

Fix a bug with --raw flag about reading all lines if no newline is pr… #310

Fix a bug with --raw flag about reading all lines if no newline is pr…

Fix a bug with --raw flag about reading all lines if no newline is pr… #310

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