Skip to content

nzxt-kraken3: Note in docs that devices can report if they're faulty #92

nzxt-kraken3: Note in docs that devices can report if they're faulty

nzxt-kraken3: Note in docs that devices can report if they're faulty #92

Workflow file for this run

name: checkpatch
on: [push, pull_request]
jobs:
checkpatch:
runs-on: ubuntu-22.04
steps:
- run: sudo apt-get update
- run: sudo apt-get install -y codespell
- uses: actions/checkout@v4
with:
path: src
- uses: actions/checkout@v4
with:
repository: torvalds/linux
path: linux
- run: make KDIR="${{ github.workspace }}/linux" checkpatch
working-directory: src