File tree 3 files changed +8
-1
lines changed
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 = 1
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
17
20
- uses : actions/setup-python@v4
18
21
with :
19
22
python-version : " 3.11"
23
+ - run : pip install bikeshed && bikeshed update
20
24
# Note: `make deploy` will do a deploy dry run on PRs.
21
25
- run : make deploy
22
26
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