Skip to content

Commit 2e801ac

Browse files
authored
Merge pull request #14 from adiati98/add-compliance-workflow
2 parents 5f4f214 + 1189b3f commit 2e801ac

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/compliance.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Compliance"
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
10+
permissions:
11+
pull-requests: write
12+
13+
jobs:
14+
compliance:
15+
uses: OpenSource-Communities/.github/.github/workflows/compliance.yml@main

0 commit comments

Comments
 (0)