diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..b6242a5 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,19 @@ +name: Build +on: + pull_request: {} + push: + branches: + - master +jobs: + build: + name: Build + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v3 + - uses: w3c/spec-prod@v2 + with: + TOOLCHAIN: bikeshed + SOURCE: spec.bs + DESTINATION: index.html + GH_PAGES_BRANCH: gh-pages + BUILD_FAIL_ON: warning diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14890ac --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +spec.html diff --git a/.pr-preview.json b/.pr-preview.json new file mode 100644 index 0000000..54feea3 --- /dev/null +++ b/.pr-preview.json @@ -0,0 +1,4 @@ +{ + "src_file": "spec.bs", + "type": "bikeshed" +} diff --git a/spec.bs b/spec.bs new file mode 100644 index 0000000..3a11224 --- /dev/null +++ b/spec.bs @@ -0,0 +1,137 @@ +
+Title: Observable +Shortname: observable +Repository: WICG/observable +Inline Github Issues: true +Group: WICG +Status: CG-DRAFT +Level: 1 +URL: https://wicg.github.io/observable/ +Boilerplate: omit conformance, omit feedback-header +Editor: Dominic Farolino, Google https://www.google.com/, domfarolino@gmail.com, https://domfarolino.com +Abstract: The Observable API provides a composable, ergonomic way of handling an asynchronous stream of events +!Participate: GitHub WICG/observable (new issue, open issues) +!Commits: GitHub spec.bs commits +Complain About: accidental-2119 yes, missing-example-ids yes +Indent: 2 +Default Biblio Status: current +Markup Shorthands: markdown yes +Assume Explicit For: yes +WPT Display: open ++ +
++
++ + + + + +