Skip to content

Bump ministryofjustice/github-actions from 18.3.1 to 18.4.0 #131

Bump ministryofjustice/github-actions from 18.3.1 to 18.4.0

Bump ministryofjustice/github-actions from 18.3.1 to 18.4.0 #131

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