Skip to content

Commit

Permalink
Merge pull request #4 from lindsaykwardell/elm-review
Browse files Browse the repository at this point in the history
Add elm-review, update tests
  • Loading branch information
lindsaykwardell authored Apr 27, 2022
2 parents 234aac5 + 1730fde commit e5fbf1e
Show file tree
Hide file tree
Showing 10 changed files with 2,427 additions and 52 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -22,4 +22,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- run: npm run lint
- run: npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Live demo site: https://vite-elm-template.netlify.app/
- Hot Module Reload of all code in the app (including Elm)
- Tooling installation via elm-tooling
- Includes Elm, elm-format, elm-json, and elm-test-rs
- Basic unit test examples
- Basic unit test and elm-review examples
- Github Actions CI for running tests
- Recommends the Elm VS Code extension

Expand Down
Loading

0 comments on commit e5fbf1e

Please sign in to comment.