-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Inho Oh edited this page Jun 13, 2024
·
2 revisions
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 }}