Skip to content

Make sample item log limit configurable #10

Make sample item log limit configurable

Make sample item log limit configurable #10

Workflow file for this run

name: Test
on: [push]
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: set up go
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: checkout the code
uses: actions/checkout@v2
- name: check format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
# - name: test
# run: make test