Skip to content

build(deps-dev): bump gitpython from 3.1.30 to 3.1.37 #26

build(deps-dev): bump gitpython from 3.1.30 to 3.1.37

build(deps-dev): bump gitpython from 3.1.30 to 3.1.37 #26

Workflow file for this run

name: Pull request created
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@main
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install -U pip pipenv invoke
inv env.init-dev --no-pre-commit
- name: Style check
run: |
inv style
- name: Check vulnerability
run: |
inv secure
- name: Run tests
run: |
inv test -a