We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7854ecf + 27c886f commit c5adebbCopy full SHA for c5adebb
.github/workflows/pr.yml
@@ -0,0 +1,9 @@
1
+name: Pull Request Workflow
2
+
3
+on:
4
+ pull_request_target:
5
6
+jobs:
7
+ syntax_check:
8
+ if: github.repository_owner == 'devsecblueprint'
9
+ uses: ./.github/workflows/syntax-check.yml
.github/workflows/syntax-check.yml
@@ -1,4 +1,4 @@
-name: "Syntax Check - Python"
+name: "Syntax Check"
on:
workflow_call:
0 commit comments