Skip to content

Misc fixes

Misc fixes #125

Workflow file for this run

name: pr
on:
pull_request:
branches: [ main, next ]
jobs:
check-patch:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 100
ref: ${{ github.event.pull_request.head.sha }}
- name: checkpatch
run: ./.github/scripts/checkpatch.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}