Skip to content

fix(deps): bump gitpython from 3.1.41 to 3.1.42 #80

fix(deps): bump gitpython from 3.1.41 to 3.1.42

fix(deps): bump gitpython from 3.1.41 to 3.1.42 #80

Workflow file for this run

---
name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- name: run unit tests
run: make tests
- name: run smoketest
run: make smoketest