Skip to content

Commit c5adebb

Browse files
authored
Merge pull request #15 from devsecblueprint/10-create-pr-workflow-initial-capability
creating PR workflow
2 parents 7854ecf + 27c886f commit c5adebb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/pr.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Syntax Check - Python"
1+
name: "Syntax Check"
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)