Skip to content

Analytics Engineering Project Guidance #13

Analytics Engineering Project Guidance

Analytics Engineering Project Guidance #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:aee182dd1dd86696077ea1c3512590f17ceb9f7a47aa5b16ea4f742666911dbd # v5.0.1
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build
id: build
run: |
/usr/local/bin/package
# Commenting out because there are far too many broken links currently
# 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