Skip to content

Commit

Permalink
Merge branch 'whatwg:main' into remove
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sully authored Nov 2, 2022
2 parents ed5e1e1 + abad896 commit b481550
Show file tree
Hide file tree
Showing 7 changed files with 1,351 additions and 386 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,4 +1,3 @@
/fs.spec.whatwg.org/
/deploy.sh
/index.html
/review.sh
304 changes: 0 additions & 304 deletions AccessHandle.md

This file was deleted.

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: index.bs
@ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \
Expand All @@ -21,7 +21,3 @@ local: index.bs
deploy: index.bs
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh
bash ./deploy.sh

review: index.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,8 +8,9 @@ Thank you for contributing to the File System Standard! Please describe the chan
- [ ] [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: …
- [ ] [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.)
Loading

0 comments on commit b481550

Please sign in to comment.