Skip to content

Commit f086a9a

Browse files
workflows add checkpatch.yaml
1 parent 3a83444 commit f086a9a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/checkpatch.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: checkpatch
4+
5+
# Controls when the workflow will run
6+
on:
7+
pull_request:
8+
types: [opened, reopened, synchronize]
9+
10+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11+
jobs:
12+
checkpatch:
13+
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@trunk
14+
secrets: inherit

0 commit comments

Comments
 (0)