Skip to content

hwmon: Differentiate between Aquaero 5 and 6, add pwm_mode support #400

hwmon: Differentiate between Aquaero 5 and 6, add pwm_mode support

hwmon: Differentiate between Aquaero 5 and 6, add pwm_mode support #400

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