Skip to content

nzxt-kraken3: complete_all() Z53 statuses if firmware is damaged #76

nzxt-kraken3: complete_all() Z53 statuses if firmware is damaged

nzxt-kraken3: complete_all() Z53 statuses if firmware is damaged #76

Workflow file for this run

name: checkpatch
on: [push, pull_request]
jobs:
checkpatch:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
path: src
- uses: actions/checkout@v3
with:
repository: torvalds/linux
path: linux
- run: make KDIR="${{ github.workspace }}/linux" checkpatch
working-directory: src