Skip to content

Commit eee1df7

Browse files
Add updated workflow file
1 parent 22319b9 commit eee1df7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/genesis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Quality Checks
2+
on:
3+
schedule:
4+
- cron: "0 17 * * *"
5+
jobs:
6+
Analysis:
7+
uses: razorpay/genesis/.github/workflows/quality-checks.yml@master
8+
secrets: inherit

0 commit comments

Comments
 (0)