Skip to content

Commit

Permalink
Meta: update repository files
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Oct 17, 2022
1 parent 4f549cd commit 67e3665
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 2
# Note: `python` will also be this version, which various scripts depend on.
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: "3.10"
# Note: `make deploy` will do a deploy dry run on PRs.
- run: make deploy
env:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/encoding.spec.whatwg.org/
/deploy.sh
/encoding.html
/review.sh
/UnicodeData.txt
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL=/bin/bash -o pipefail
.PHONY: local remote deploy review
.PHONY: local remote deploy

remote: encoding.bs
@ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \
Expand All @@ -23,7 +23,3 @@ deploy: encoding.bs
EXTRA_FILES="*.txt *.json *.css" \
POST_BUILD_STEP='python visualize.py "$$DIR/"' \
bash ./deploy.sh

review: encoding.bs
curl --remote-name --fail https://resources.whatwg.org/build/review.sh
bash ./review.sh
7 changes: 4 additions & 3 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Thank you for contributing to the Encoding Standard! Please describe the change
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
*
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
* Chrome: …
* Firefox: …
* Safari: …
* Chromium: …
* Gecko: …
* WebKit: …
* Deno: …
* Node.js: …
- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: …

(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)

0 comments on commit 67e3665

Please sign in to comment.