Skip to content

Bump ghcr.io/devcontainers/features/docker-in-docker from 2.10.2 to 2.11.0 #30

Bump ghcr.io/devcontainers/features/docker-in-docker from 2.10.2 to 2.11.0

Bump ghcr.io/devcontainers/features/docker-in-docker from 2.10.2 to 2.11.0 #30

Workflow file for this run

---
name: Build and Test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Set Up Container Structure Test
id: setup_container_structure_test
uses: ministryofjustice/github-actions/setup-container-structure-test@11e78e36ac2cab791b02824fc528885199bf88a1 # v18.0.0
- name: Build and Test
id: build_and_test
shell: bash
run: |
make test