Skip to content

WIP get page number and lowest section work #82

WIP get page number and lowest section work

WIP get page number and lowest section work #82

Workflow file for this run

name: Test
on:
push:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Run tests
run: make test