Skip to content

Commit

Permalink
add building to github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Mar 29, 2024
1 parent 74062ec commit b4b9f51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ jobs:
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: ^18 } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: ^8.15.5, run_install: true } }
- run: pnpm lint
- run: pnpm package
- run: pnpm hsm golf game-scripts/binmat.ts
- run: pnpm hsm golf game-scripts/binmat_lib.ts
- run: eslint .
- run: tsc
- run: tsc --project src
- run: pnpm test

0 comments on commit b4b9f51

Please sign in to comment.