Skip to content

Fix off-by-one error in fulfillment code #28

Fix off-by-one error in fulfillment code

Fix off-by-one error in fulfillment code #28

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Test
run: go test ./...