Skip to content

fix(mls/api): XIP-83 Subscribe — flush send-error, history_only overlap, reusable send timer #2260

fix(mls/api): XIP-83 Subscribe — flush send-error, history_only overlap, reusable send timer

fix(mls/api): XIP-83 Subscribe — flush send-error, history_only overlap, reusable send timer #2260

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- dev
- rel/**
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: shellcheck
run: |
sudo apt-get -y install tree
dev/lint-shellcheck
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0
- name: sqlc
uses: nickcharlton/diff-check@v1.0.0
with:
command: ./dev/gen/sqlc
- name: generate
uses: nickcharlton/diff-check@v1.0.0
with:
command: go generate ./...