Skip to content

Commit ce91174

Browse files
committed
Merge branch 'develop'
2 parents 7bcc9a1 + 393e4c7 commit ce91174

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: PMD Verification
2+
3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
7+
on:
8+
workflow_dispatch:
9+
pull_request:
10+
branches:
11+
- develop
12+
types:
13+
- opened
14+
- synchronize
15+
- reopened
16+
17+
jobs:
18+
deploy_verification:
19+
uses: akohan91/libak-salesforce-ci/.github/workflows/pmd_validation.yaml@main
20+
secrets: inherit

0 commit comments

Comments
 (0)