Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 (#33) #130

Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 (#33)

Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 (#33) #130

Workflow file for this run

name: Run checks
on:
workflow_dispatch:
workflow_call:
push:
branches:
- '**'
tags-ignore:
- "**"
paths-ignore:
- "README.md"
- "**Dockerfile"
- ".github/workflows/lint.yml"
- ".github/workflows/release*.yml"
pull_request:
paths-ignore:
- "Dockerfile"
- "**README.md"
- ".github/workflows/lint.yml"
- ".github/workflows/release*.yml"
concurrency:
group: checks-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml