Skip to content

doc: fix typo

doc: fix typo #15

Workflow file for this run

name: Build Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install just
run: |
sudo apt update
sudo apt install cargo
cargo install just
- uses: actions/checkout@v4
- name: Build and Run tests
run: |
just t