Skip to content

priv: disable LLDP in firmware for Intel X7xx cards on FreeBSD #208

priv: disable LLDP in firmware for Intel X7xx cards on FreeBSD

priv: disable LLDP in firmware for Intel X7xx cards on FreeBSD #208

Workflow file for this run

---
name: Code style
on:
push:
branches:
- master
pull_request:
jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- name: Check Python/C style
run: |
nix develop --command ci-helper format-c format-python
git diff --exit-code