Skip to content

Email sending from sendgrid #22

Email sending from sendgrid

Email sending from sendgrid #22

Workflow file for this run

name: Linter
on: [pull_request, push]
jobs:
flake8-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install flake8
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics