From 4cafed12d80d951a6cfdae8d51ab42eb5271b3f4 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 24 Jan 2024 11:32:18 +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 76d2c05..e1c3068 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ remote: fullscreen.bs ); local: fullscreen.bs - bikeshed spec fullscreen.bs fullscreen.html --md-Text-Macro="COMMIT-SHA LOCAL COPY" + bikeshed spec fullscreen.bs fullscreen.html --md-Text-Macro="COMMIT-SHA LOCAL-COPY" deploy: fullscreen.bs curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh