Skip to content

fix(flow): remove priority queue from sliding window (#137) #131

fix(flow): remove priority queue from sliding window (#137)

fix(flow): remove priority queue from sliding window (#137) #131

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3