Skip to content

Add fuzzer for MAC address parser #294

Add fuzzer for MAC address parser

Add fuzzer for MAC address parser #294

Workflow file for this run

on: push
name: Rust Stable CI
jobs:
lints:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt -y update && sudo apt -y install flex bison
- name: Install Rust
run: rustup toolchain install stable --profile minimal --component clippy rustfmt
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings
- run: cargo fmt --all -- --check