Skip to content

Simplify interrupt message processing #21

Simplify interrupt message processing

Simplify interrupt message processing #21

Workflow file for this run

name: Check coding style
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install clang-format
- name: Run check
run: scripts/clang-format.sh --dry-run
checkpatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run check
run: scripts/checkpatch.sh