From dd58535224d15ee09524e4d8183253fb9c9e11c1 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 24 Jan 2024 11:32:22 +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 625d610..df39c7c 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 af3476e..66fe55b 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 8adfd85..d562a17 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ remote: index.bs ); local: index.bs - bikeshed spec index.bs index.html --md-Text-Macro="COMMIT-SHA LOCAL COPY" + bikeshed spec index.bs index.html --md-Text-Macro="COMMIT-SHA LOCAL-COPY" deploy: index.bs curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh