Skip to content

Release version 1.57.2 #258

Release version 1.57.2

Release version 1.57.2 #258

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 2
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[quality]"
- name: Lint with pylint
run: |
pylint -E concrete_datastore --disable=no-member