Skip to content

:dependabot: github-actions(deps): Bump super-linter/super-linter from 7.2.0 to 7.2.1 #13

:dependabot: github-actions(deps): Bump super-linter/super-linter from 7.2.0 to 7.2.1

:dependabot: github-actions(deps): Bump super-linter/super-linter from 7.2.0 to 7.2.1 #13

Workflow file for this run

---
name: 🧪 Test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
build:
name: Build
runs-on: ubuntu-latest
container:
image: ghcr.io/ministryofjustice/tech-docs-github-pages-publisher@sha256:35699473dbeefeeb8b597de024125a241277ee03587d5fe8e72545e4b27b33f8 # v5.0.0
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build
id: build
run: |
/usr/local/bin/package
link-checker:
name: Link Checker
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Lychee
id: lychee
uses: lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915 # v2.1.0
with:
args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.erb' --accept 403,200,429
fail: true