Skip to content

Add full-text search and TTL index examples #8

Add full-text search and TTL index examples

Add full-text search and TTL index examples #8

Workflow file for this run

name: "GolangCI Lint"
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest