Skip to content

fix: handle complex shell commands (pipes) correctly #10

fix: handle complex shell commands (pipes) correctly

fix: handle complex shell commands (pipes) correctly #10

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- run: cargo fmt -- --check
- run: cargo clippy -- -D warnings
- run: cargo test