Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Bump follow-redirects from 1.15.4 to 1.15.6 in /frontend #1242

Bump follow-redirects from 1.15.4 to 1.15.6 in /frontend

Bump follow-redirects from 1.15.4 to 1.15.6 in /frontend #1242

Workflow file for this run

name: Dev Container CI
on:
push:
pull_request:
jobs:
build:
# pull requests are a duplicate of a branch push if within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
directory:
- "."
- "backend"
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.1.0
- name: Build dev container
uses: devcontainers/ci@v0.3.1900000347
with:
subFolder: ${{ matrix.directory }}