Skip to content

Update "Getting Involved" and "Next Steps" with discord, DAG, Crosslink overview, and simtfl overview. #53

Update "Getting Involved" and "Next Steps" with discord, DAG, Crosslink overview, and simtfl overview.

Update "Getting Involved" and "Next Steps" with discord, DAG, Crosslink overview, and simtfl overview. #53

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
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: [email protected]
- uses: taiki-e/cache-cargo-install-action@v1
with:
tool: [email protected]
- uses: actions/checkout@v3
- run: mdbook build
- name: Check for Orphaned Files
run: ./util/find-orphaned-files.sh