Skip to content

build(deps): bump gitpython from 3.1.40 to 3.1.41 #61

build(deps): bump gitpython from 3.1.40 to 3.1.41

build(deps): bump gitpython from 3.1.40 to 3.1.41 #61

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@v3
- name: Run tests
uses: docker/build-push-action@v4
with:
context: .
target: test
- name: Test doc build
uses: docker/build-push-action@v4
with:
context: .
target: docs-site