Skip to content

Filter v4 and v6 Interface objects separately #101

Filter v4 and v6 Interface objects separately

Filter v4 and v6 Interface objects separately #101

Workflow file for this run

name: rustfmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo fmt -- --check