Skip to content

aquacomputer_d5next: poweradjust3: Add fan speed control #179

aquacomputer_d5next: poweradjust3: Add fan speed control

aquacomputer_d5next: poweradjust3: Add fan speed control #179

Workflow file for this run

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