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

Bump the minor group across 1 directory with 15 updates #1491

Bump the minor group across 1 directory with 15 updates

Bump the minor group across 1 directory with 15 updates #1491

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.4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
- name: Build dev container
uses: devcontainers/ci@v0.3.1900000349
with:
subFolder: ${{ matrix.directory }}