UNPKG
@adobe/generator-app-excshell
Version:
latest (2.0.0)
next (0.2.4-pre.2024-01-08.sha-6e5049ad)
2.0.0
1.0.1
1.0.0
0.2.4
0.2.4-pre.2024-01-08.sha-6e5049ad
0.2.4-pre.2023-06-19.sha-e5751fd4
0.2.3
0.2.2
0.2.1
0.2.1-pre.2022-06-07.sha-3a26cfcb
0.2.0
0.1.1
0.1.0
Extensibility template for generator-aio-app
github.com/adobe/generator-app-excshell
@adobe/generator-app-excshell
/
.github
/
workflows
/
daily.yml
11 lines
(9 loc)
•
229 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
name: Daily - Do npm install and run
all unit tests on
:
schedule
: # run daily at midnight -
cron
:
'0 0 * * *'
jobs
:
build
:
uses
: adobe/aio-reusable-workflows/.github/workflows/daily.yml
@main
secrets
: inherit