Skip to content

Bump gitpython from 3.1.13 to 3.1.32 in /hub-mirror #48

Bump gitpython from 3.1.13 to 3.1.32 in /hub-mirror

Bump gitpython from 3.1.13 to 3.1.32 in /hub-mirror #48

Workflow file for this run

name: Python Flake8 Check
on:
pull_request:
paths:
- 'hub-mirror/**'
# Runs at every pull requests submitted in master branch
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
working-directory: ./hub-mirror
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with flake8
working-directory: ./hub-mirror
run: |
pip install flake8
flake8 .