Skip to content

Add Nathan's video about Rust 2024 Project Goals Update & Rust 1.80.1 #8120

Add Nathan's video about Rust 2024 Project Goals Update & Rust 1.80.1

Add Nathan's video about Rust 2024 Project Goals Update & Rust 1.80.1 #8120

Workflow file for this run

name: Correctness Checks
on: [push, pull_request]
jobs:
Run-Markdown-Checks:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v3
with:
path: "tools/requirements.txt"
update-pip: "false"
update-setuptools: "false"
update-wheel: "false"
- name: inspect_links
run: python3 tools/inspect_links.py --num-warn 5
- name: inspect_markdown
run: python3 tools/inspect_markdown.py --num-recent 5