Skip to content

Bump follow-redirects from 1.14.5 to 1.15.4 #85

Bump follow-redirects from 1.14.5 to 1.15.4

Bump follow-redirects from 1.14.5 to 1.15.4 #85

Workflow file for this run

name: Pre Submit
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint
run: make lint
- name: clean
run: make clean
- name: Test container build
run: make docker-build