We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8969cb9 commit 1f5c522Copy full SHA for 1f5c522
.github/workflows/genesis.yml
@@ -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