Skip to content

Bump djangorestframework from 3.13.1 to 3.15.2 #150

Bump djangorestframework from 3.13.1 to 3.15.2

Bump djangorestframework from 3.13.1 to 3.15.2 #150

Workflow file for this run

name: Style Check
on:
push:
branches:
- master
pull_request:
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Run flake8
uses: py-actions/flake8@v2