Skip to content

Bump djangorestframework from 3.11.2 to 3.15.2 #76

Bump djangorestframework from 3.11.2 to 3.15.2

Bump djangorestframework from 3.11.2 to 3.15.2 #76

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