Skip to content

github actions: Inherit the Kernel CI Automated workflow from main branch #32

github actions: Inherit the Kernel CI Automated workflow from main branch

github actions: Inherit the Kernel CI Automated workflow from main branch #32

name: Validate Kernel Commits
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check:
uses: ctrliq/kernel-src-tree/.github/workflows/validate-kernel-commits.yml@main
secrets: inherit