Skip to content

presentation changes to the distribution reference #145

presentation changes to the distribution reference

presentation changes to the distribution reference #145

Workflow file for this run

name: Validations
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
validate:
name: Build and Validate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
submodules: true
persist-credentials: false
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
- name: Restore link check cache
uses: actions/cache@v4
with:
path: .cache/lychee
key: cache-lychee
- name: Run validations
run: .tool/task validate