Skip to content

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #148

Bump super-linter/super-linter from 7.2.0 to 7.2.1

Bump super-linter/super-linter from 7.2.0 to 7.2.1 #148

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