We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9f837 commit b0afc4bCopy full SHA for b0afc4b
.github/workflows/lint-and-test-nightly.yml
@@ -0,0 +1,8 @@
1
+name: lint-and-test-nightly
2
+on:
3
+ schedule:
4
+ - cron: "0 0 * * *"
5
+
6
+jobs:
7
+ lint-and-test-nightly:
8
+ uses: ./.github/workflows/Lint-and-test.yml
0 commit comments