Skip to content

Commit e468eaf

Browse files
Merge pull request #17 from ISISComputingGroup/rerpha-patch-1
Create lint-and-test-nightly.yml
2 parents 2b01093 + 323e128 commit e468eaf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: lint-and-test-nightly
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
7+
8+
jobs:
9+
lint-and-test-nightly:
10+
uses: ./.github/workflows/Lint-and-test.yml

0 commit comments

Comments
 (0)