Skip to content

Commit 47c5c92

Browse files
committed
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent 857ba61 commit 47c5c92

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ max_line_length = 100
1212
[Makefile]
1313
indent_style = tab
1414

15+
[*.md]
16+
max_line_length = off
17+
1518
[*.bs]
1619
indent_size = 4
1720

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Build
2+
23
on:
34
pull_request:
45
branches:
56
- main
67
push:
78
branches:
89
- main
10+
workflow_dispatch:
11+
912
jobs:
1013
build:
1114
name: Build
@@ -21,6 +24,7 @@ jobs:
2124
with:
2225
node-version: 18
2326
- run: npm install
27+
- run: pip install bikeshed && bikeshed update
2428
# Note: `make deploy` will do a deploy dry run on PRs.
2529
- run: make deploy
2630
env:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ remote: index.bs
1616
);
1717

1818
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"
2020

2121
deploy: index.bs
2222
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh

0 commit comments

Comments
 (0)