Skip to content

Commit

Permalink
Initial spec (#90)
Browse files Browse the repository at this point in the history
* Flesh out spec

* We are no longer actively considering BigDecimal

* Add initial package.json

* Add lockfile

---------

Co-authored-by: Philip Chimento <[email protected]>
  • Loading branch information
jessealama and ptomato authored Jan 17, 2024
1 parent b958a72 commit ceb1265
Show file tree
Hide file tree
Showing 8 changed files with 4,833 additions and 587 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: lint spec

jobs:
test:
name: Ensure that we can build the spec
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install ecmarkup

- run: npm install --global ecmarkup
- run: ecmarkup --lint-spec --strict spec.emu out.html
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules/
Loading

0 comments on commit ceb1265

Please sign in to comment.