Skip to content

.distinct/.groupby: rename by-> key #435

.distinct/.groupby: rename by-> key

.distinct/.groupby: rename by-> key #435

Workflow file for this run

name: lint
on:
push:
paths:
- 'streamable/**'
- 'tests/**'
- '.github/workflows/lint.yml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: checks
run: make venv lint