Skip to content

docs: add Ubuntu PPA and GitHub Release deb install instructions #54

docs: add Ubuntu PPA and GitHub Release deb install instructions

docs: add Ubuntu PPA and GitHub Release deb install instructions #54

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo build --release
- run: cargo test
- run: cargo fmt --check
- run: cargo clippy -- -D warnings