Skip to content

removing the fail on redis error for remember #29

removing the fail on redis error for remember

removing the fail on redis error for remember #29

Workflow file for this run

name: Test / Quality
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, edited]
jobs:
check:
name: Quality / Check
runs-on: ubuntu-latest
permissions:
contents: "read"
id-token: "write"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
check-latest: true
go-version: stable
- uses: golangci/golangci-lint-action@v3
- run: make ci
shell: bash