Skip to content

Allow chunking map call to take in sublists of length 10 and support lists as inputs #1894

Allow chunking map call to take in sublists of length 10 and support lists as inputs

Allow chunking map call to take in sublists of length 10 and support lists as inputs #1894

Workflow file for this run

name: Pylint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pylint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry install
- name: Run pylint
run: poetry run pylint sweepai --errors-only