Skip to content

fix(deps): update module github.com/moby/moby to v27 #676

fix(deps): update module github.com/moby/moby to v27

fix(deps): update module github.com/moby/moby to v27 #676

Workflow file for this run

name: Test Site
on:
pull_request:
merge_group:
permissions:
contents: read
# Abort prior jobs in the same workflow / PR
concurrency:
group: site-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./site
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- name: npm ci
run: npm ci
- name: run site build
run: npm run build
- name: check links
run: npm run link-check