Skip to content

feat!: make window and batch flows generic (#104) #83

feat!: make window and batch flows generic (#104)

feat!: make window and batch flows generic (#104) #83

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@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3