Skip to content

Add TaggedMacAddr to store up to five VLAN tags with MacAddr #293

Add TaggedMacAddr to store up to five VLAN tags with MacAddr

Add TaggedMacAddr to store up to five VLAN tags with MacAddr #293

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