Skip to content

:dependabot: github-actions(deps): Bump ministryofjustice/github-actions from 18.1.5 to 18.2.3 #302

:dependabot: github-actions(deps): Bump ministryofjustice/github-actions from 18.1.5 to 18.2.3

:dependabot: github-actions(deps): Bump ministryofjustice/github-actions from 18.1.5 to 18.2.3 #302

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Set Up Container Structure Test
id: setup_container_structure_test
uses: ministryofjustice/github-actions/setup-container-structure-test@da4cc655a4e009d77b27b276c5a06977e7272238 # v18.2.3
- name: Build and Test
id: build_and_test
shell: bash
run: |
make test