Skip to content

doc: Add Fang hero lore #264

doc: Add Fang hero lore

doc: Add Fang hero lore #264

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Install Rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install mdbook and mdbook-hints
uses: actions-rs/cargo@v1
with:
command: install
args: |
[email protected]
[email protected]
- name: Run tests
run: mdbook test