Skip to content

Commit

Permalink
Add elm-review, update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsaykwardell committed Apr 27, 2022
1 parent 234aac5 commit ff75ca7
Show file tree
Hide file tree
Showing 10 changed files with 2,364 additions and 26 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 ff75ca7

Please sign in to comment.