rneter 0.4.6

SSH connection manager for network devices with intelligent state machine handling
Documentation
name: CI

on:
  push:
  pull_request:

jobs:
  clippy-and-test:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Set up Rust
        run: |
          rustup toolchain install stable --profile minimal
          rustup default stable

      - name: Run Clippy
        run: cargo clippy -- -D warnings

      - name: Run Tests
        run: cargo test