blkpath 0.1.0

Resolve the underlying block device path from a file path or file descriptor
Documentation
name: CI

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

permissions:
  contents: read

env:
  CARGO_TERM_COLOR: always

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4

    - name: Build & Run
      run: |
        cargo fmt --all -- --check
        cargo clippy -- -D warnings
        cargo test
        cargo run --release -- README.md