Skip to content

Allow compile-driver CI to run on this branch as well #360

Allow compile-driver CI to run on this branch as well

Allow compile-driver CI to run on this branch as well #360

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