Skip to content

Commit 265287d

Browse files
committed
Fix formatting and add JavaScript annotations in addHeader.yaml
1 parent 2f60207 commit 265287d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/addHeader.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ init:
1010
jobs:
1111
# ----------
1212
- name: Init
13-
exec: |
13+
exec: | #js
1414
_$(args.pre, "pre").$_();
1515
global.pre = args.pre;
1616
1717
# ----------------
18-
- name: Add header
19-
exec: |
18+
- name: Add h eader
19+
exec: | #js
2020
_$(args.file, "file").$_();
2121
_$(args.pre, "pre").$_();
2222
@@ -36,5 +36,5 @@ jobs:
3636
todo:
3737
- name: Init
3838
- name: Add header
39-
args: |
39+
args: | #js
4040
io.listFiles(".").files.map(f => ({ file: f.canonicalPath, pre: global.pre }));

0 commit comments

Comments
 (0)