Compare commits

...

2 Commits

Author SHA1 Message Date
fd50d22ad4 polishing
All checks were successful
Rust / build (push) Successful in 1m58s
2025-05-22 04:31:25 +02:00
6e2e87c1dc add workflow badge 2025-05-22 04:26:57 +02:00
5 changed files with 2 additions and 33 deletions

View File

@ -1,31 +0,0 @@
name: Rust
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
name: Check format
with:
command: fmt
args: --all -- --check
- uses: actions-rs/cargo@v1
name: Run clippy
with:
command: clippy
args: --all-targets --locked -- -D warnings
- uses: actions-rs/cargo@v1
name: Run tests
with:
command: test

View File

@ -1,5 +1,6 @@
# ALMA - Arch Linux Mobile Appliance
![rust event push](https://git.spaeth.biz/Lila-Kuh/alma/actions/workflows/rust.yaml/badge.svg?branch=master&event=push)
---
Almost every live Linux distribution out there is meant for a specific purpose, whether it's data
rescue, privacy, penetration testing or anything else. There are some more generic distributions
but all of them are based on squashfs, meaning that changes don't persist reboots.
@ -33,7 +34,6 @@ date without having to boot it. Encrypting the root partition is as easy as prov
- [Similar projects](#similar-projects)
- [Useful Resources](#useful-resources)
---
## Installation
You can either build the project using cargo build or install the `alma-aur` package.