Skip to content

feat: filter products with cursor based pagination #231

feat: filter products with cursor based pagination

feat: filter products with cursor based pagination #231

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: sqlc generate
run: make sqlc
- name: build
run: make build