Skip to content

build(deps-dev): bump gitpython from 3.1.32 to 3.1.37 #161

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

build(deps-dev): bump gitpython from 3.1.32 to 3.1.37 #161

Workflow file for this run

name: Test
on:
pull_request: { }
push:
branches: [ main ]
tags: [ "*" ]
# workflow_dispatch:
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
- run: tree
- run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
- run: task setup
- run: task security
- uses: nick-fields/retry@v2
with:
timeout_minutes: 5
max_attempts: 3
retry_on: error
command: task test