From 42ba4778b21a1ea46bfe670d06f50b7feacad9e3 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 24 Jan 2024 11:32:14 +0100 Subject: [PATCH] Meta: update repository files See https://github.com/whatwg/spec-factory for details. --- .editorconfig | 3 +++ .github/workflows/build.yml | 4 ++++ Makefile | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 625d61071..df39c7c33 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ max_line_length = 100 [Makefile] indent_style = tab +[*.md] +max_line_length = off + [*.bs] indent_size = 1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af3476e83..66fe55be9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,5 @@ name: Build + on: pull_request: branches: @@ -6,6 +7,8 @@ on: push: branches: - main + workflow_dispatch: + jobs: build: name: Build @@ -17,6 +20,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.11" + - run: pip install bikeshed && bikeshed update # Note: `make deploy` will do a deploy dry run on PRs. - run: make deploy env: diff --git a/Makefile b/Makefile index 2bacd8e7e..a0deb52d2 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ remote: fetch.bs ); local: fetch.bs - bikeshed spec fetch.bs fetch.html --md-Text-Macro="COMMIT-SHA LOCAL COPY" + bikeshed spec fetch.bs fetch.html --md-Text-Macro="COMMIT-SHA LOCAL-COPY" deploy: fetch.bs curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh