Skip to content

fix(tutorials): fix nav footers, restore image captions, add breadcrumb #502

fix(tutorials): fix nav footers, restore image captions, add breadcrumb

fix(tutorials): fix nav footers, restore image captions, add breadcrumb #502

Workflow file for this run

name: "Build and validate the content"
on:
pull_request:
branches: [main]
# No permissions are required for this workflow
permissions: {}
env:
HUSKY_SKIP: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24.18.0
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Validate lockfile
run: npm run lint:lockfile
- name: Execute tests
run: npm run test
- name: Build and validate all steps
run: npm run build