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
1212[Makefile ]
1313indent_style = tab
1414
15+ [* .md ]
16+ max_line_length = off
17+
1518[* .bs ]
1619indent_size = 1
1720
Original file line number Diff line number Diff line change 11name : Build
2+
23on :
34 pull_request :
45 branches :
56 - main
67 push :
78 branches :
89 - main
10+ workflow_dispatch :
11+
912jobs :
1013 build :
1114 name : Build
1720 - uses : actions/setup-python@v4
1821 with :
1922 python-version : " 3.11"
23+ - run : pip install bikeshed && bikeshed update
2024 # Note: `make deploy` will do a deploy dry run on PRs.
2125 - run : make deploy
2226 env :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ remote: dom.bs
1616 );
1717
1818local : dom.bs
19- bikeshed spec dom.bs dom.html --md-Text-Macro=" COMMIT-SHA LOCAL COPY"
19+ bikeshed spec dom.bs dom.html --md-Text-Macro=" COMMIT-SHA LOCAL- COPY"
2020
2121deploy : dom.bs
2222 curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh
You can’t perform that action at this time.
0 commit comments