Skip to content

Feat: Add Mixin to add created_by and updated_by for configuration table #351

Feat: Add Mixin to add created_by and updated_by for configuration table

Feat: Add Mixin to add created_by and updated_by for configuration table #351

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