Skip to content

Limit the number of items retrieved in one EventQuery (#36) #11

Limit the number of items retrieved in one EventQuery (#36)

Limit the number of items retrieved in one EventQuery (#36) #11

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Test
run: make test