Skip to content

Bump gitpython from 3.1.17 to 3.1.37 #234

Bump gitpython from 3.1.17 to 3.1.37

Bump gitpython from 3.1.17 to 3.1.37 #234

Workflow file for this run

name: searx-instances
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- name: Install dependencies
run: |
make install-all
- name: Check
run: |
make check
- name: QA
run: |
make qa