Skip to content

Adds a make rule to produce disassembly files for kernel source files #252

Adds a make rule to produce disassembly files for kernel source files

Adds a make rule to produce disassembly files for kernel source files #252

Workflow file for this run

name: Clang Format Checker
on: [push]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt install clang-format
- run: clang-format --dry-run --Werror $(find -wholename "*.[ch]" -not -path '*/.*')