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 4 updates #1477

Bump the minor group across 1 directory with 4 updates

Bump the minor group across 1 directory with 4 updates #1477

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/[email protected]
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Build dev container
uses: devcontainers/[email protected]
with:
subFolder: ${{ matrix.directory }}