[orbis-kernel] ipmi: stub 0x241 sys_ipmimgr_call #206
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Formatting check | |
on: | |
push: | |
paths-ignore: | |
- "**/*.md" | |
- '**/*.txt' | |
- '3rdparty/*' | |
pull_request: | |
paths-ignore: | |
- "**/*.md" | |
- '**/*.txt' | |
- '3rdparty/*' | |
workflow_dispatch: | |
jobs: | |
formatting-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run clang-format | |
uses: jidicula/clang-format-action@v4.11.0 | |
with: | |
exclude-regex: (libspirv|3rdparty) | |
clang-format-version: 16 |