Skip to content

Commit b0afc4b

Browse files
authored
Create lint-and-test-nightly.yml
1 parent 3c9f837 commit b0afc4b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)