Skip to content

Remove support for kernels older than 4.18 #102

Remove support for kernels older than 4.18

Remove support for kernels older than 4.18 #102

Workflow file for this run

on:
pull_request:
paths:
- '4.18/**'
permissions:
contents: read
jobs:
checkpatch:
runs-on: ubuntu-20.04
steps:
- name: Checkout the repo
uses: actions/checkout@v1
- name: Run checkpatch review
uses: webispy/checkpatch-action@master