Skip to content

Commit 50fc359

Browse files
committed
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent fbb6db8 commit 50fc359

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.editorconfig

+3
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 = 1
1720

.github/workflows/build.yml

+4
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
@@ -17,6 +20,7 @@ jobs:
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:

Makefile

+1-1
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)