Skip to content

Bump virtualenv from 20.4.6 to 20.26.6 #4

Bump virtualenv from 20.4.6 to 20.26.6

Bump virtualenv from 20.4.6 to 20.26.6 #4

Workflow file for this run

name: lint before merge
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: setup environment
run: |
pip install pipenv
make local-setup
- name: run linter
run: make lint