File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- ' 8.*.x'
7
7
schedule :
8
- - cron : ' 11 11 * * 7 ' # every Sunday at 11:11
8
+ - cron : ' 11 11 * * 0 ' # every Sunday at 11:11
9
9
workflow_dispatch :
10
10
inputs :
11
11
head_branch :
Original file line number Diff line number Diff line change @@ -63,14 +63,10 @@ jobs:
63
63
metomi_rose : true
64
64
metomi_rose_opts : ' '
65
65
66
- - name : install eslint
67
- run : |
68
- npm install -g eslint
69
-
70
66
- name : lint
71
67
run : |
72
68
flake8
73
- eslint .
69
+ npx eslint@v8 .
74
70
75
71
- name : (debug only) list language dictionaries
76
72
if : runner.debug
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ See :ref:`the user guide <RemoteInit>` for more details.
116
116
117
117
.. warning ::
118
118
119
- If you have tasks that mirror to a remote platform (such as
120
- `FCM make <FCM _>`__ tasks), this can cause conflicts with
119
+ If you have tasks that mirror/copy the run directory to a remote platform
120
+ (such as `FCM make <FCM _>`__ tasks), this can cause conflicts with
121
121
:ref: `symlink directory setup <SymlinkDirs >`.
122
122
123
123
You can find out if symlink directories are configured for the platform by
@@ -143,8 +143,6 @@ See :ref:`the user guide <RemoteInit>` for more details.
143
143
script = true
144
144
145
145
146
-
147
-
148
146
Migrating From ``rose suite-run ``
149
147
---------------------------------
150
148
You can’t perform that action at this time.
0 commit comments