Skip to content

Commit fb661be

Browse files
[SEC-4590] Add updated security workflow file
1 parent 9dda151 commit fb661be

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/genesis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Quality Checks
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: ["master"]
6+
schedule:
7+
- cron: "0 17 * * *"
8+
jobs:
9+
Code-Analysis:
10+
uses: razorpay/genesis/.github/workflows/quality-checks.yml@master
11+
secrets: inherit

0 commit comments

Comments
 (0)