Skip to content

ux(ui): auto-scroll to bottom when enabling follow mode #4

ux(ui): auto-scroll to bottom when enabling follow mode

ux(ui): auto-scroll to bottom when enabling follow mode #4

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 ./...