Skip to content

Move the book to book/ folder and add more content #17

Move the book to book/ folder and add more content

Move the book to book/ folder and add more content #17

Workflow file for this run

# Run a job to ensure formatting is OK
name: Format Check
on:
pull_request:
push:
branches:
- main
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Rust Format
run: cargo fmt --check