Skip to content

feat: supporting nip-09, accepting 1 filter per req message, using aggregation pipeline on req. #236

feat: supporting nip-09, accepting 1 filter per req message, using aggregation pipeline on req.

feat: supporting nip-09, accepting 1 filter per req message, using aggregation pipeline on req. #236

Workflow file for this run

name: Lint and format check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.5'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60