Bump ubuntu/ubuntu from 4f5ca1c
to 288b44a
#110
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- name: Set Up Container Structure Test | |
id: setup_container_structure_test | |
uses: ministryofjustice/github-actions/setup-container-structure-test@72fe7d2b80a33b5e3f23dffa31236bd45027450b # v18.1.1 | |
- name: Build and Test | |
id: build_and_test | |
shell: bash | |
run: | | |
make test |