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 55 branches :
66 - ' 8.*.x'
77 schedule :
8- - cron : ' 11 11 * * 7 ' # every Sunday at 11:11
8+ - cron : ' 11 11 * * 0 ' # every Sunday at 11:11
99 workflow_dispatch :
1010 inputs :
1111 head_branch :
Original file line number Diff line number Diff line change @@ -63,14 +63,10 @@ jobs:
6363 metomi_rose : true
6464 metomi_rose_opts : ' '
6565
66- - name : install eslint
67- run : |
68- npm install -g eslint
69-
7066 - name : lint
7167 run : |
7268 flake8
73- eslint .
69+ npx eslint@v8 .
7470
7571 - name : (debug only) list language dictionaries
7672 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.
116116
117117.. warning ::
118118
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
121121 :ref: `symlink directory setup <SymlinkDirs >`.
122122
123123 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.
143143 script = true
144144
145145
146-
147-
148146 Migrating From ``rose suite-run ``
149147---------------------------------
150148
You can’t perform that action at this time.
0 commit comments