Skip to content

build(deps): bump gitpython from 3.1.50 to 3.1.57 #264

build(deps): bump gitpython from 3.1.50 to 3.1.57

build(deps): bump gitpython from 3.1.50 to 3.1.57 #264

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Run tests
uses: docker/build-push-action@v7
with:
context: .
target: test
- name: Test doc build
uses: docker/build-push-action@v7
with:
context: .
target: docs-site