Skip to content

feat(cmd): implement memory-safe shell command execution with RAII #70

feat(cmd): implement memory-safe shell command execution with RAII

feat(cmd): implement memory-safe shell command execution with RAII #70

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- name: Linting using clippy
run: cargo clippy --workspace --all-targets --all-features -- -D warnings