Meta: update repository files · whatwg/storage@9f3b87b
annevk
·
2024-01-24
·
via Recent Commits to storage:main
| 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,6 +20,7 @@ jobs:
|
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: storage.bs
|
16 | 16 | ); |
17 | 17 | |
18 | 18 | local: storage.bs |
19 | | - bikeshed spec storage.bs storage.html --md-Text-Macro="COMMIT-SHA LOCAL COPY" |
| 19 | + bikeshed spec storage.bs storage.html --md-Text-Macro="COMMIT-SHA LOCAL-COPY" |
20 | 20 | |
21 | 21 | deploy: storage.bs |
22 | 22 | curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。