Skip to content

fix: add constraint on source employee #337

fix: add constraint on source employee

fix: add constraint on source employee #337

Workflow file for this run

name: Pylint Check
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Python Pylin GitHub Action
uses: fylein/python-pylint-github-action@v4
with:
args: pip3 install -r requirements.txt && pip install pylint-django && pylint --load-plugins pylint_django --rcfile=.pylintrc **/**.py