Skip to content

chore: bump django-rest-email-auth from 3.0.3 to 4.0.0 #64

chore: bump django-rest-email-auth from 3.0.3 to 4.0.0

chore: bump django-rest-email-auth from 3.0.3 to 4.0.0 #64

Workflow file for this run

name: Check Style
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.1.0
- uses: psf/black@stable
- name: flake8 Lint
uses: py-actions/flake8@v2