Skip to content

Commit

Permalink
add lint and build
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Sep 28, 2023
1 parent 7fe9bd1 commit 4732d0b
Show file tree
Hide file tree
Showing 2 changed files with 1,320 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
node-version: 18
- run: npm install
- run: npm test
- run: npm lint
- run: npm build
test_windows:
runs-on: windows-latest
steps:
Expand Down
Loading

0 comments on commit 4732d0b

Please sign in to comment.