Skip to content

fix: stabilize large-file scrolling and disable auto-follow for file … #15

fix: stabilize large-file scrolling and disable auto-follow for file …

fix: stabilize large-file scrolling and disable auto-follow for file … #15

Workflow file for this run

name: Test
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...