Skip to content

feat: add to in query #1

feat: add to in query

feat: add to in query #1

Workflow file for this run

#name: Checks
#
#on: [push]
#
#jobs:
# test:
# name: Test codebase
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up Go
# uses: actions/setup-go@v3
# with:
# go-version-file: go.mod
# cache: true
#
# - run: make tests