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 70916b0 commit 9c06e98Copy full SHA for 9c06e98
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ on:
5
branches:
6
- main
7
pull_request:
8
+ schedule:
9
+ - cron: 0 * * * *
10
11
permissions:
12
contents: read
@@ -19,8 +21,8 @@ jobs:
19
21
20
22
- uses: actions/setup-node@v4
23
with:
- node-version-file: '.nvmrc'
- cache: 'yarn'
24
+ node-version-file: .nvmrc
25
+ cache: yarn
26
27
- run: yarn install
28
@@ -40,8 +42,8 @@ jobs:
40
42
41
43
44
45
46
47
48
49
@@ -60,8 +62,8 @@ jobs:
60
62
61
63
64
65
66
67
68
69
0 commit comments