Skip to content

Bump setuptools from 69.1.1 to 70.0.0 in /django_template/templates #148

Bump setuptools from 69.1.1 to 70.0.0 in /django_template/templates

Bump setuptools from 69.1.1 to 70.0.0 in /django_template/templates #148

Workflow file for this run

name: Code linting
on:
push:
pull_request:
types: [opened, reopened]
jobs:
linting:
name: Code linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-languages
- name: Run Linters
run: |
pipenv run flake8
pipenv run black --check --diff .