File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ max_line_length = 100
12
12
[Makefile ]
13
13
indent_style = tab
14
14
15
+ [* .md ]
16
+ max_line_length = off
17
+
15
18
[* .bs ]
16
19
indent_size = 4
17
20
Original file line number Diff line number Diff line change 1
1
name : Build
2
+
2
3
on :
3
4
pull_request :
4
5
branches :
5
6
- main
6
7
push :
7
8
branches :
8
9
- main
10
+ workflow_dispatch :
11
+
9
12
jobs :
10
13
build :
11
14
name : Build
21
24
with :
22
25
node-version : 18
23
26
- run : npm install
27
+ - run : pip install bikeshed && bikeshed update
24
28
# Note: `make deploy` will do a deploy dry run on PRs.
25
29
- run : make deploy
26
30
env :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ remote: index.bs
16
16
);
17
17
18
18
local : index.bs
19
- bikeshed spec index.bs index.html --md-Text-Macro=" COMMIT-SHA LOCAL COPY"
19
+ bikeshed spec index.bs index.html --md-Text-Macro=" COMMIT-SHA LOCAL- COPY"
20
20
21
21
deploy : index.bs
22
22
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh
You can’t perform that action at this time.
0 commit comments