Skip to content

Commit c74f9a8

Browse files
committed
github actions: Use reusable validate kernel commits workflow
Simplifies the workflow to use the reusable workflow defined in main branch. This reduces duplication and makes the workflow easier to maintain across multiple branches. The workflow was renamed because it now includes validation over and above just checking for upstream fixes
1 parent b8281bf commit c74f9a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Validate Kernel Commits
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
jobs:
8+
check:
9+
uses: ctrliq/kernel-src-tree/.github/workflows/validate-kernel-commits.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)