Skip to content
Inho Oh edited this page Jun 13, 2024 · 2 revisions

Example

name: Pull Request
on: pull_request

jobs:
  checkpatch_review:
    uses: nugulinux/.github/.github/workflows/checkpatch.yml@master
    with:
      commits: ${{ github.event.pull_request.commits }}
      head_sha: ${{ github.event.pull_request.head.sha }}
Clone this wiki locally