Skip to content

Commit

Permalink
Update & expand spec text to cover fallback values and pattern select…
Browse files Browse the repository at this point in the history
…ion (#35)

* Add semantic line breaks to spec.emu to make editing easier
* Update to ecmarkup 18
* Add return types to AO structured headers

---------

Co-authored-by: Daniel Minor <dminor@mozilla.com>
  • Loading branch information
eemeli and dminor committed Dec 16, 2023
1 parent f70da0f commit b93097c
Show file tree
Hide file tree
Showing 4 changed files with 1,308 additions and 216 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '20.x'
- run: npm install
- run: npm run build
- name: commit changes
Expand Down
Loading

0 comments on commit b93097c

Please sign in to comment.