Skip to content

nrf_wifi: Add ops to set and get checksum status, manifest: nrfxlib #182

nrf_wifi: Add ops to set and get checksum status, manifest: nrfxlib

nrf_wifi: Add ops to set and get checksum status, manifest: nrfxlib #182

Workflow file for this run

name: Source Code Formatting Check
on:
pull_request:
branches: [ "main" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '16'