We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a83444 commit f086a9aCopy full SHA for f086a9a
.github/workflows/checkpatch.yml
@@ -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