Skip to content

Updates from the June 7 and June 14 meetings #10

Updates from the June 7 and June 14 meetings

Updates from the June 7 and June 14 meetings #10

name: 'Check Rendering'
on: pull_request
jobs:
check-render:
runs-on: 'ubuntu-latest'
steps:
- name: Rust Toolchain Version Diagnostics
run: cargo --version --verbose && rustup --version
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: [email protected]
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: [email protected]
- uses: actions/checkout@v4
- run: mdbook build
- name: Check for Orphaned Files
run: ./util/find-orphaned-files.sh