Skip to content

Commit 1cc73eb

Browse files
Add updated genesis workflow file
1 parent 8e2c543 commit 1cc73eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/genesis.yml

+8
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)