Skip to content

fix: handle 200 (command OK) as success in cwd() #408

fix: handle 200 (command OK) as success in cwd()

fix: handle 200 (command OK) as success in cwd() #408

Workflow file for this run

name: cli-bin
on: [ push, pull_request ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt, clippy
- name: Build
run: cargo build --package suppaftp-cli
- name: Clippy
run: cargo clippy --package suppaftp-cli -- -Dwarnings