Skip to content

Remove settlement from SDK (#89) #375

Remove settlement from SDK (#89)

Remove settlement from SDK (#89) #375

Workflow file for this run

name: Pylint Check
on:
push:
branches:
- main
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install pylint
run: pip install -r requirements.txt && pip install pylint
- name: pylint check
run: pylint --rcfile=.pylintrc fyle/**/**.py