Skip to content

Add mask command and modprobe test with blacklist #675

Add mask command and modprobe test with blacklist

Add mask command and modprobe test with blacklist #675

Workflow file for this run

name: Check code style with clang-format
on:
pull_request:
branches: [master]
permissions:
contents: read
jobs:
stylecheck:
runs-on: ubuntu-26.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
- uses: yshui/git-clang-format-lint@0758f498e508097267c3f4d0827b2fefeb25cc9d # v1.18
with:
base: ${{ github.event.pull_request.base.sha }}